summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* inet: Avoid unitialized variable warning in inet_unhash()Geert Uytterhoeven2018-02-011-4/+2
* net: bridge: Fix uninitialized error in br_fdb_sync_static()Geert Uytterhoeven2018-02-011-1/+1
* openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk2018-02-011-0/+34
* tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell2018-02-011-3/+3
* net: create skb_gso_validate_mac_len()Daniel Axtens2018-02-012-23/+50
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31500-10820/+17287
|\
| * tls: Add support for encryption using async offload acceleratorVakul Garg2018-01-311-1/+7
| * ip6mr: fix stale iteratorNikolay Aleksandrov2018-01-311-0/+1
| * net/sched: kconfig: Remove blank help textsUlf Magnusson2018-01-311-3/+0
| * openvswitch: meter: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-01-311-1/+1
| * tcp_nv: fix potential integer overflow in tcpnv_ackedGustavo A. R. Silva2018-01-311-1/+1
| * rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINKChristian Brauner2018-01-311-5/+1
| * ipmr: Fix ptrdiff_t print formattingJames Hogan2018-01-301-1/+1
| * tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-01-291-0/+6
| * ipv4: Get the address of interface correctly.Tonghao Zhang2018-01-291-0/+4
| * net_sched: gen_estimator: fix lockdep splatEric Dumazet2018-01-291-0/+4
| * ipv6: addrconf: break critical section in addrconf_verify_rtnl()Eric Dumazet2018-01-291-0/+2
| * ipv6: change route cache aging logicWei Wang2018-01-291-8/+12
| * net: ipv6: send unsolicited NA after DADDavid Ahern2018-01-292-4/+31
| * net_sched: implement ->change_tx_queue_len() for pfifo_fastCong Wang2018-01-291-0/+18
| * net_sched: plug in qdisc ops change_tx_queue_lenCong Wang2018-01-292-0/+34
| * net: introduce helper dev_change_tx_queue_len()Cong Wang2018-01-293-37/+34
| * dev: advertise the new ifindex when the netns iface changesNicolas Dichtel2018-01-292-18/+32
| * dev: always advertise the new nsid when the netns iface changesNicolas Dichtel2018-01-291-4/+1
| * 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
| |\
| * \ 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