summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Dump route exceptions if requestedStefano Brivio2019-06-242-1/+2
* ipv4: Dump route exceptions if requestedStefano Brivio2019-06-241-0/+4
* fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2019-06-241-0/+2
* ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang2019-06-231-0/+4
* ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang2019-06-231-0/+10
* ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang2019-06-231-0/+1
* inet: fix compilation warnings in fqdir_pre_exit()Qian Cai2019-06-231-1/+1
* net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel2019-06-231-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2212-62/+19Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-222-3/+9
| |\
| | * inet: clear num_timeout reqsk_alloc()Eric Dumazet2019-06-191-0/+3
| | * ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long2019-06-191-3/+6
| * | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2110-59/+10Star
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-198-33/+8Star
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-192-26/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-202-2/+4
|\ \ \
| * | | bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-151-0/+2
| * | | bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-111-2/+2
* | | | page_pool: fix compile warning when CONFIG_PAGE_POOL is disabledJesper Dangaard Brouer2019-06-201-4/+4
* | | | net: sched: act_ctinfo: tidy UAPI definitionKevin Darbyshire-Bryant2019-06-191-0/+5
* | | | inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-192-1/+9
* | | | netns: add pre_exit method to struct pernet_operationsEric Dumazet2019-06-191-0/+5
* | | | xdp: add tracepoints for XDP memJesper Dangaard Brouer2019-06-191-0/+23
* | | | xdp: tracking page_pool resources and safe removalJesper Dangaard Brouer2019-06-191-10/+31
* | | | page_pool: introduce page_pool_free and use in mlx5Jesper Dangaard Brouer2019-06-191-0/+11
* | | | xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-192-1/+29
* | | | net: page_pool: add helper function to unmap dma addressesIlias Apalodimas2019-06-191-0/+1
* | | | net: page_pool: add helper function to retrieve dma addressesIlias Apalodimas2019-06-191-0/+5
* | | | net: flow_offload: implement support for meta keyJiri Pirko2019-06-191-0/+6
* | | | flow_dissector: add support for ingress ifindex dissectionJiri Pirko2019-06-191-0/+9
* | | | ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel2019-06-181-1/+0Star
* | | | ipv6: Extend notifier info for multipath routesIdo Schimmel2019-06-181-0/+7
* | | | netlink: Add field to skip in-kernel notificationsIdo Schimmel2019-06-181-1/+3
* | | | netlink: Document all fields of 'struct nl_info'Ido Schimmel2019-06-181-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1821-154/+44Star
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-186-6/+29
| |\ \ \ | | |_|/ | |/| |
| | * | tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-161-0/+1
| | * | tcp: limit payload size of sacked skbsEric Dumazet2019-06-161-0/+2
| | * | net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-151-0/+2
| | * | tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-151-1/+3
| | * | tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-151-4/+2Star
| | * | Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-06-141-1/+2
| | |\ \
| | | * | {nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty2019-05-241-1/+2
| | * | | vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2019-06-121-0/+16
| | * | | net: ethtool: Allow matching on vlan DEI bitMaxime Chevallier2019-06-121-0/+1
| * | | | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-0815-148/+15Star
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-051-12/+1Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner2019-06-051-1/+1
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-054-56/+4Star
| | * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1Star