summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-01-29rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner
2018-01-29rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann
2018-01-26bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann
2018-01-26VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi
2018-01-26dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev
2018-01-26Merge tag 'linux-can-next-for-4.16-20180126' of ssh://gitolite.kernel.org/pub...David S. Miller
2018-01-26net/smc: return booleans instead of integersGustavo A. R. Silva
2018-01-26net/smc: release clcsock from tcp_listen_workerUrsula Braun
2018-01-26net/smc: replace sock_put worker by socket refcountingUrsula Braun
2018-01-26net/smc: smc_poll improvementsUrsula Braun
2018-01-26net/smc: handle device, port, and QP error eventsUrsula Braun
2018-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-01-26net/ipv6: Add support for onlink flagDavid Ahern
2018-01-26net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern
2018-01-26net/ipv6: Move gateway validation into helperDavid Ahern
2018-01-26can: migrate documentation to restructured textRobert Schwebel
2018-01-25net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern
2018-01-25openvswitch: add erspan version I and II supportWilliam Tu
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo
2018-01-25bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo
2018-01-25bpf: Add sock_ops R/W access to tclassLawrence Brakmo
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo
2018-01-25bpf: Add sock_ops RTO callbackLawrence Brakmo
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo
2018-01-25bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo
2018-01-25bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo
2018-01-25bpf: Only reply field should be writeableLawrence Brakmo
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-01-25net/ipv6: Do not allow route add with a device that is downDavid Ahern
2018-01-25net/smc: check for healthy link group resp. connectionsUrsula Braun
2018-01-25net/smc: wake up wr_reg_wait when terminating a link groupUrsula Braun
2018-01-25net/smc: do not reuse a linkgroup with setup problemsUrsula Braun
2018-01-25net/smc: terminate link group for ib_post_send problemsUrsula Braun
2018-01-25net/smc: handle state SMC_PEERFINCLOSEWAIT correctlyUrsula Braun
2018-01-25net/smc: cancel tx worker in case of socket abortsUrsula Braun
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai
2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman
2018-01-25netfilter: x_tables: avoid out-of-bounds reads in xt_request_find_{match|target}Eric Dumazet
2018-01-24Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-24kill kernel_sock_ioctl()Al Viro
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro
2018-01-24ipconfig: use dev_set_mtu()Al Viro
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro