summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-042-3/+32
|\
| * bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev2019-07-031-0/+8
| * xsk: Return the whole xdp_desc from xsk_umem_consume_txMaxim Mikityanskiy2019-06-271-3/+3
| * xsk: Add API to check for available entries in FQMaxim Mikityanskiy2019-06-271-0/+21
* | bonding: add an option to specify a delay between peer notificationsVincent Bernat2019-07-042-0/+2
* | inet: factor out inet_send_prepare()Paolo Abeni2019-07-031-0/+1
* | net: page_pool: add helper function for retrieving dma directionIlias Apalodimas2019-07-021-0/+9
* | ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet2019-07-011-0/+7
* | Merge tag 'mlx5e-updates-2019-06-28' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2019-07-011-2/+4
|\ \
| * \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-06-291-2/+4
| |\ \
| | * | net/mlx5: Declare more strictly devlink encap modeLeon Romanovsky2019-06-161-2/+4
* | | | net: sched: refactor reinsert actionJohn Hurley2019-06-282-2/+2
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-283-17/+3
|\ \ \
| * | | ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-261-2/+2
| * | | ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2019-06-261-0/+1
| * | | net/tls: fix page double free on TX cleanupDirk van der Merwe2019-06-241-15/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-25109-641/+531
|\ \ \ \
| * | | | 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/+19
| |\| |
| | * | 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/+10
| | |\ \ \ | | | |/ / | | |/| |
| | | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-198-33/+8
| | | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-192-26/+2
| * | | | 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/+0
| * | | | | 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