aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-212/+22
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+9
2019-05-30sctp: deduplicate identical skb_checksum_opsMatteo Croce1-5/+7
2019-05-30netfilter: bridge: add connection tracking systemPablo Neira Ayuso2-0/+10
2019-05-30netfilter: nf_conntrack: allow to register bridge supportPablo Neira Ayuso2-0/+14
2019-05-30net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso1-0/+19
2019-05-30net: ipv4: split skbuff into fragments transformerPablo Neira Ayuso1-0/+16
2019-05-30net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso1-0/+25
2019-05-30net: ipv4: add skbuff fraglist splitterPablo Neira Ayuso1-0/+23
2019-05-30tcp: add backup TFO key infrastructureJason Baron1-3/+38
2019-05-30udp: Avoid post-GRO UDP checksum recalculationSean Tranchetti1-1/+8
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei1-0/+2
2019-05-29net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant1-0/+28
2019-05-28nexthop: Add support for nexthop groupsDavid Ahern1-1/+97
2019-05-28nexthop: Add support for lwt encapsDavid Ahern1-0/+3
2019-05-28nexthop: Add support for IPv6 gatewaysDavid Ahern1-0/+3
2019-05-28nexthop: Add support for IPv4 nexthopsDavid Ahern1-0/+5
2019-05-28net: Initial nexthop codeDavid Ahern3-0/+108
2019-05-28inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet1-0/+3
2019-05-28inet: frags: uninline fqdir_init()Eric Dumazet1-19/+1
2019-05-26inet: frags: rework rhashtable dismantleEric Dumazet1-0/+4
2019-05-26net: dynamically allocate fqdir structuresEric Dumazet4-7/+18
2019-05-26net: add a net pointer to struct fqdirEric Dumazet1-1/+4
2019-05-26net: rename inet_frags_init_net() to fdir_init()Eric Dumazet1-1/+2
2019-05-26net: rename struct fqdir fieldsEric Dumazet3-4/+4
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet1-1/+1
2019-05-26inet: rename netns_frags to fqdirEric Dumazet4-18/+19
2019-05-24ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern2-5/+5
2019-05-24ipv6: Move exception bucket to fib6_nhDavid Ahern1-5/+3
2019-05-24ipv6: Move pcpu cached routes to fib6_nhDavid Ahern1-1/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner11-176/+11
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 101Thomas Gleixner1-16/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90Thomas Gleixner1-18/+1
2019-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2019-05-23devlink: add warning in case driver does not set port typeJiri Pirko1-0/+2
2019-05-22net: Set strict_start_type for routes and rulesDavid Ahern1-0/+1
2019-05-22ipv4: Rename and export nh_update_mtuDavid Ahern1-0/+1
2019-05-22ipv4: export fib_info_update_nh_saddrDavid Ahern1-1/+2
2019-05-22ipv4: export fib_flushDavid Ahern1-0/+1
2019-05-22ipv4: export fib_check_nhDavid Ahern1-0/+2
2019-05-22ipv4: Add function to send route updatesDavid Ahern1-0/+2
2019-05-22ipv6: export function to send route updatesDavid Ahern2-0/+9
2019-05-22ipv6: Add hook to bump sernum for a route to stubsDavid Ahern2-0/+2
2019-05-22ipv6: Add delete route hook to stubsDavid Ahern1-0/+1
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds9-119/+9
2019-05-21netfilter: nft_fib: Fix existence check supportPhil Sutter1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner2-18/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner6-84/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 5Thomas Gleixner1-17/+1
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-2/+5