summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau2018-01-291-4/+7
* rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINKChristian Brauner2018-01-291-11/+28
* rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner2018-01-291-3/+0
* rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner2018-01-291-7/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-299-11/+29
|\
| * VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi2018-01-261-1/+1
| * dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev2018-01-261-0/+3
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-255-10/+7
| * net: tcp: close sock if net namespace is exitingDan Streetman2018-01-252-0/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-285-27/+317
|\ \
| * | bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann2018-01-261-1/+8
| * | bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann2018-01-261-2/+2
| * | bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo2018-01-251-0/+24
| * | bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo2018-01-251-0/+4
| * | bpf: Add sock_ops R/W access to tclassLawrence Brakmo2018-01-251-2/+45
| * | bpf: Add support for reading sk_state and moreLawrence Brakmo2018-01-251-11/+132
| * | bpf: Add sock_ops RTO callbackLawrence Brakmo2018-01-251-0/+7
| * | bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo2018-01-251-0/+34
| * | bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-253-3/+3
| * | bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo2018-01-251-0/+48
| * | bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo2018-01-251-10/+10
| * | bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo2018-01-251-5/+8
| * | bpf: Only reply field should be writeableLawrence Brakmo2018-01-251-2/+1
* | | Merge tag 'linux-can-next-for-4.16-20180126' of ssh://gitolite.kernel.org/pub...David S. Miller2018-01-261-1/+1
|\ \ \
| * | | can: migrate documentation to restructured textRobert Schwebel2018-01-261-1/+1
* | | | net/smc: return booleans instead of integersGustavo A. R. Silva2018-01-261-2/+2
* | | | net/smc: release clcsock from tcp_listen_workerUrsula Braun2018-01-262-10/+36
* | | | net/smc: replace sock_put worker by socket refcountingUrsula Braun2018-01-266-68/+88
* | | | net/smc: smc_poll improvementsUrsula Braun2018-01-261-34/+40
* | | | net/smc: handle device, port, and QP error eventsUrsula Braun2018-01-261-13/+25
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-262-2/+11
|\ \ \ \
| * | | | xfrm: Add ESN support for IPSec HW offloadYossef Efraim2018-01-182-2/+11
* | | | | net/ipv6: Add support for onlink flagDavid Ahern2018-01-261-1/+50
* | | | | net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern2018-01-261-4/+8
* | | | | net/ipv6: Move gateway validation into helperDavid Ahern2018-01-261-36/+49
| |/ / / |/| | |
* | | | net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern2018-01-253-3/+33
* | | | openvswitch: add erspan version I and II supportWilliam Tu2018-01-251-1/+51
* | | | net: erspan: use bitfield instead of mask and offsetWilliam Tu2018-01-252-47/+27
* | | | net/ipv6: Do not allow route add with a device that is downDavid Ahern2018-01-251-0/+6
* | | | net/smc: check for healthy link group resp. connectionsUrsula Braun2018-01-254-12/+29
* | | | net/smc: wake up wr_reg_wait when terminating a link groupUrsula Braun2018-01-252-11/+11
* | | | net/smc: do not reuse a linkgroup with setup problemsUrsula Braun2018-01-252-0/+20
* | | | net/smc: terminate link group for ib_post_send problemsUrsula Braun2018-01-252-2/+10
* | | | net/smc: handle state SMC_PEERFINCLOSEWAIT correctlyUrsula Braun2018-01-251-3/+4
* | | | net/smc: cancel tx worker in case of socket abortsUrsula Braun2018-01-251-3/+9
* | | | net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai2018-01-251-18/+44
* | | | Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-01-247-392/+164
|\ \ \ \
| * | | | kill kernel_sock_ioctl()Al Viro2018-01-241-13/+0
| * | | | dev_ioctl(): move copyin/copyout to callersAl Viro2018-01-242-107/+69
| * | | | ipconfig: use dev_set_mtu()Al Viro2018-01-241-14/+3
OpenPOWER on IntegriCloud