summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-1/+3
| * | | | | | xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer2018-04-171-12/+48
| * | | | | | page_pool: refurbish version of page_pool codeJesper Dangaard Brouer2018-04-172-0/+318
| * | | | | | xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-171-5/+218
| * | | | | | xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer2018-04-171-0/+18
| * | | | | | tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-161-1/+4
* | | | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-061-9/+9
|\ \ \ \ \ \ \
| * | | | | | | audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-9/+9
| |/ / / / / /
* | | | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-15/+4
|\ \ \ \ \ \ \
| * | | | | | | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-9/+4
| * | | | | | | net: remove sock_no_pollChristoph Hellwig2018-05-261-6/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-19/+1
|\ \ \ \ \ \ \
| * | | | | | | net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdmaChristoph Hellwig2018-05-071-19/+1
| |/ / / / / /
* | | | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-043-96/+16
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | neigh: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-25/+6
| * | | | | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-162-57/+8
| * | | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-14/+2
| | |_|_|/ / | |/| | | |
* | | | | | net-sysfs: Fix memory leak in XPS configurationAlexander Duyck2018-05-311-3/+3
| |_|_|_|/ |/| | | |
* | | | | sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-181-1/+1
* | | | | net: Fix a bug in removing queues from XPS mapAmritha Nambiar2018-05-181-1/+1
* | | | | bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann2018-05-171-2/+9
|/ / / /
* | | | ethtool: fix a potential missing-check bugWenwen Wang2018-05-011-0/+5
| |_|/ |/| |
* | | bpf: clear the ip_tunnel_info.William Tu2018-04-251-0/+1
|/ /
* | net: change the comment of dev_mc_initsunlianwen2018-04-191-1/+1
* | vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-04-171-1/+1
* | net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2018-04-121-10/+18
* | net: validate attribute sizes in neigh_dump_table()Eric Dumazet2018-04-121-4/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-094-12/+69
|\
| * devlink: convert occ_get op to separate registrationJiri Pirko2018-04-081-9/+65
| * net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-04-071-2/+2
| * net: initialize skb->peeked when cloningEric Dumazet2018-04-071-0/+1
| * net: fool proof dev_valid_name()Eric Dumazet2018-04-051-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-061-1/+0
|\ \
| * | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-1/+0
| |/
* | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-0/+23
|\ \ | |/ |/|
| * net/utils: Introduce inet_addr_is_anySagi Grimberg2018-03-261-0/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-012-3/+5
|\ \
| * | net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-03-301-2/+4
| * | net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-03-271-1/+1
* | | ethtool: enable Inline TLS in HWAtul Gupta2018-03-311-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-311-29/+452
|\ \ \
| * | | bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-311-14/+102
| * | | bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+57
| * | | bpf: Hooks for sys_bindAndrey Ignatov2018-03-311-0/+232
| * | | bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-14/+25
| * | | bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-301-1/+1
| * | | bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-1/+1
| * | | bpf: Add sock_ops R/W access to ipv4 tosNikita V. Shirokov2018-03-281-0/+35
* | | | net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2018-03-312-3/+4
* | | | net: Remove net_rwsem from {, un}register_netdevice_notifier()Kirill Tkhai2018-03-311-5/+0
OpenPOWER on IntegriCloud