aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-29net: ipv6: send unsolicited NA after DADDavid Ahern2-4/+31
2018-01-29net_sched: implement ->change_tx_queue_len() for pfifo_fastCong Wang1-0/+18
2018-01-29net_sched: plug in qdisc ops change_tx_queue_lenCong Wang2-0/+34
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang3-37/+34
2018-01-29dev: advertise the new ifindex when the netns iface changesNicolas Dichtel2-18/+32
2018-01-29dev: always advertise the new nsid when the netns iface changesNicolas Dichtel1-4/+1
2018-01-29ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau1-4/+7
2018-01-29rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINKChristian Brauner1-11/+28
2018-01-29rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINKChristian Brauner1-3/+0
2018-01-29rtnetlink: enable IFLA_IF_NETNSID in do_setlink()Christian Brauner1-7/+47
2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-11/+29
2018-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-27/+317
2018-01-26bpf: fix subprog verifier bypass by div/mod by 0 exceptionDaniel Borkmann1-1/+8
2018-01-26bpf: xor of a/x in cbpf can be done in 32 bit aluDaniel Borkmann1-2/+2
2018-01-26VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSINGStefan Hajnoczi1-1/+1
2018-01-26dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev1-0/+3
2018-01-26Merge tag 'linux-can-next-for-4.16-20180126' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller1-1/+1
2018-01-26net/smc: return booleans instead of integersGustavo A. R. Silva1-2/+2
2018-01-26net/smc: release clcsock from tcp_listen_workerUrsula Braun2-10/+36
2018-01-26net/smc: replace sock_put worker by socket refcountingUrsula Braun6-68/+88
2018-01-26net/smc: smc_poll improvementsUrsula Braun1-34/+40
2018-01-26net/smc: handle device, port, and QP error eventsUrsula Braun1-13/+25
2018-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-2/+11
2018-01-26net/ipv6: Add support for onlink flagDavid Ahern1-1/+50
2018-01-26net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern1-4/+8
2018-01-26net/ipv6: Move gateway validation into helperDavid Ahern1-36/+49
2018-01-26can: migrate documentation to restructured textRobert Schwebel1-1/+1
2018-01-25net/ipv4: Allow send to local broadcast from a socket bound to a VRFDavid Ahern3-3/+33
2018-01-25openvswitch: add erspan version I and II supportWilliam Tu1-1/+51
2018-01-25net: erspan: use bitfield instead of mask and offsetWilliam Tu2-47/+27
2018-01-25bpf: Add BPF_SOCK_OPS_STATE_CBLawrence Brakmo1-0/+24
2018-01-25bpf: Add BPF_SOCK_OPS_RETRANS_CBLawrence Brakmo1-0/+4
2018-01-25bpf: Add sock_ops R/W access to tclassLawrence Brakmo1-2/+45
2018-01-25bpf: Add support for reading sk_state and moreLawrence Brakmo1-11/+132
2018-01-25bpf: Add sock_ops RTO callbackLawrence Brakmo1-0/+7
2018-01-25bpf: Adds field bpf_sock_ops_cb_flags to tcp_sockLawrence Brakmo1-0/+34
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo3-3/+3
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo1-0/+48
2018-01-25bpf: Make SOCK_OPS_GET_TCP struct independentLawrence Brakmo1-10/+10
2018-01-25bpf: Make SOCK_OPS_GET_TCP size independentLawrence Brakmo1-5/+8
2018-01-25bpf: Only reply field should be writeableLawrence Brakmo1-2/+1
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel5-10/+7
2018-01-25net/ipv6: Do not allow route add with a device that is downDavid Ahern1-0/+6
2018-01-25net/smc: check for healthy link group resp. connectionsUrsula Braun4-12/+29
2018-01-25net/smc: wake up wr_reg_wait when terminating a link groupUrsula Braun2-11/+11
2018-01-25net/smc: do not reuse a linkgroup with setup problemsUrsula Braun2-0/+20
2018-01-25net/smc: terminate link group for ib_post_send problemsUrsula Braun2-2/+10
2018-01-25net/smc: handle state SMC_PEERFINCLOSEWAIT correctlyUrsula Braun1-3/+4
2018-01-25net/smc: cancel tx worker in case of socket abortsUrsula Braun1-3/+9
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking schemeKirill Tkhai1-18/+44