| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | xdp: transition into using xdp_frame for return API | Jesper Dangaard Brouer | 2018-04-17 | 1 | -1/+3 |
| * | | | | | | xdp: allow page_pool as an allocator type in xdp_return_frame | Jesper Dangaard Brouer | 2018-04-17 | 1 | -12/+48 |
| * | | | | | | page_pool: refurbish version of page_pool code | Jesper Dangaard Brouer | 2018-04-17 | 2 | -0/+318 |
| * | | | | | | xdp: rhashtable with allocator ID to pointer mapping | Jesper Dangaard Brouer | 2018-04-17 | 1 | -5/+218 |
| * | | | | | | xdp: introduce xdp_return_frame API and use in cpumap | Jesper Dangaard Brouer | 2018-04-17 | 1 | -0/+18 |
| * | | | | | | tcp: fix SO_RCVLOWAT and RCVBUF autotuning | Eric Dumazet | 2018-04-16 | 1 | -1/+4 |
* | | | | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-06-06 | 1 | -9/+9 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | audit: use inline function to get audit context | Richard Guy Briggs | 2018-05-14 | 1 | -9/+9 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 2 | -15/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 2018-05-26 | 1 | -9/+4 |
| * | | | | | | | net: remove sock_no_poll | Christoph Hellwig | 2018-05-26 | 1 | -6/+0 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2018-06-04 | 1 | -19/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | net: remove the PCI_DMA_BUS_IS_PHYS check in illegal_highdma | Christoph Hellwig | 2018-05-07 | 1 | -19/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 3 | -96/+16 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | neigh: switch to proc_create_seq_data | Christoph Hellwig | 2018-05-16 | 1 | -25/+6 |
| * | | | | | | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 2018-05-16 | 2 | -57/+8 |
| * | | | | | | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 2018-05-16 | 1 | -14/+2 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | net-sysfs: Fix memory leak in XPS configuration | Alexander Duyck | 2018-05-31 | 1 | -3/+3 |
| |_|_|_|/
|/| | | | |
|
* | | | | | sock_diag: fix use-after-free read in __sk_free | Eric Dumazet | 2018-05-18 | 1 | -1/+1 |
* | | | | | net: Fix a bug in removing queues from XPS map | Amritha Nambiar | 2018-05-18 | 1 | -1/+1 |
* | | | | | bpf: fix truncated jump targets on heavy expansions | Daniel Borkmann | 2018-05-17 | 1 | -2/+9 |
|/ / / / |
|
* | | | | ethtool: fix a potential missing-check bug | Wenwen Wang | 2018-05-01 | 1 | -0/+5 |
| |_|/
|/| | |
|
* | | | bpf: clear the ip_tunnel_info. | William Tu | 2018-04-25 | 1 | -0/+1 |
|/ / |
|
* | | net: change the comment of dev_mc_init | sunlianwen | 2018-04-19 | 1 | -1/+1 |
* | | vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi | Toshiaki Makita | 2018-04-17 | 1 | -1/+1 |
* | | net: fix deadlock while clearing neighbor proxy table | Wolfgang Bumiller | 2018-04-12 | 1 | -10/+18 |
* | | net: validate attribute sizes in neigh_dump_table() | Eric Dumazet | 2018-04-12 | 1 | -4/+8 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-04-09 | 4 | -12/+69 |
|\ |
|
| * | devlink: convert occ_get op to separate registration | Jiri Pirko | 2018-04-08 | 1 | -9/+65 |
| * | net: fix uninit-value in __hw_addr_add_ex() | Eric Dumazet | 2018-04-07 | 1 | -2/+2 |
| * | net: initialize skb->peeked when cloning | Eric Dumazet | 2018-04-07 | 1 | -0/+1 |
| * | net: fool proof dev_valid_name() | Eric Dumazet | 2018-04-05 | 1 | -1/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-04-06 | 1 | -1/+0 |
|\ \ |
|
| * | | headers: untangle kmemleak.h from mm.h | Randy Dunlap | 2018-04-05 | 1 | -1/+0 |
| |/ |
|
* | | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-04-05 | 1 | -0/+23 |
|\ \
| |/
|/| |
|
| * | net/utils: Introduce inet_addr_is_any | Sagi Grimberg | 2018-03-26 | 1 | -0/+23 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-04-01 | 2 | -3/+5 |
|\ \ |
|
| * | | net: Fix untag for vlan packets without ethernet header | Toshiaki Makita | 2018-03-30 | 1 | -2/+4 |
| * | | net: fix possible out-of-bound read in skb_network_protocol() | Eric Dumazet | 2018-03-27 | 1 | -1/+1 |
* | | | ethtool: enable Inline TLS in HW | Atul Gupta | 2018-03-31 | 1 | -0/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-03-31 | 1 | -29/+452 |
|\ \ \ |
|
| * | | | bpf: Post-hooks for sys_bind | Andrey Ignatov | 2018-03-31 | 1 | -14/+102 |
| * | | | bpf: Hooks for sys_connect | Andrey Ignatov | 2018-03-31 | 1 | -0/+57 |
| * | | | bpf: Hooks for sys_bind | Andrey Ignatov | 2018-03-31 | 1 | -0/+232 |
| * | | | bpf: Check attach type at prog load time | Andrey Ignatov | 2018-03-31 | 1 | -14/+25 |
| * | | | bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT: | John Fastabend | 2018-03-30 | 1 | -1/+1 |
| * | | | bpf: sockmap redirect ingress support | John Fastabend | 2018-03-30 | 1 | -1/+1 |
| * | | | bpf: Add sock_ops R/W access to ipv4 tos | Nikita V. Shirokov | 2018-03-28 | 1 | -0/+35 |
* | | | | net: Do not take net_rwsem in __rtnl_link_unregister() | Kirill Tkhai | 2018-03-31 | 2 | -3/+4 |
* | | | | net: Remove net_rwsem from {, un}register_netdevice_notifier() | Kirill Tkhai | 2018-03-31 | 1 | -5/+0 |