Age | Commit message (Expand) | Author | Files | Lines |
2019-07-13 | net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd() | Vlad Buslov | 1 | -0/+10 |
2019-07-12 | net: fib_rules: do not flow dissect local packets | Petar Penkov | 1 | -2/+2 |
2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 61 | -350/+1634 |
2019-07-10 | netfilter: nf_tables: add hardware offload support | Pablo Neira Ayuso | 2 | -0/+90 |
2019-07-10 | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload | Pablo Neira Ayuso | 2 | -35/+35 |
2019-07-10 | net: flow_offload: add flow_block_cb_is_busy() and use it | Pablo Neira Ayuso | 1 | -0/+3 |
2019-07-10 | net: sched: remove tcf block API | Pablo Neira Ayuso | 1 | -69/+0 |
2019-07-10 | drivers: net: use flow block API | Pablo Neira Ayuso | 2 | -4/+1 |
2019-07-10 | net: flow_offload: add flow_block_cb_{priv, incref, decref}() | Pablo Neira Ayuso | 1 | -0/+4 |
2019-07-10 | net: flow_offload: add list handling functions | Pablo Neira Ayuso | 1 | -0/+19 |
2019-07-10 | net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free() | Pablo Neira Ayuso | 1 | -0/+14 |
2019-07-10 | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_* | Pablo Neira Ayuso | 2 | -5/+4 |
2019-07-10 | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND | Pablo Neira Ayuso | 2 | -3/+2 |
2019-07-10 | net: flow_offload: add flow_block_cb_setup_simple() | Pablo Neira Ayuso | 2 | -17/+30 |
2019-07-09 | net/flow_dissector: add connection tracking dissection | Paul Blakey | 1 | -0/+15 |
2019-07-09 | net/sched: Introduce action ct | Paul Blakey | 2 | -0/+68 |
2019-07-09 | devlink: Introduce PCI VF port flavour and port attribute | Parav Pandit | 1 | -0/+10 |
2019-07-09 | devlink: Introduce PCI PF port flavour and port attribute | Parav Pandit | 1 | -0/+8 |
2019-07-09 | devlink: Refactor physical port attributes | Parav Pandit | 1 | -2/+11 |
2019-07-09 | net/tls: don't clear TX resync flag on error | Dirk van der Merwe | 1 | -3/+3 |
2019-07-09 | sctp: rename sp strm_interleave to ep intl_enable | Xin Long | 1 | -1/+1 |
2019-07-09 | sctp: rename asoc intl_enable to asoc peer.intl_capable | Xin Long | 1 | -16/+17 |
2019-07-09 | sctp: remove prsctp_enable from asoc | Xin Long | 1 | -2/+1 |
2019-07-09 | sctp: remove reconf_enable from asoc | Xin Long | 1 | -2/+1 |
2019-07-09 | net: sched: add mpls manipulation actions to TC | John Hurley | 1 | -0/+30 |
2019-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -5/+16 |
2019-07-09 | ipv6: elide flowlabel check if no exclusive leases exist | Willem de Bruijn | 1 | -1/+13 |
2019-07-09 | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+3 |
2019-07-09 | coallocate socket_wq with socket itself | Al Viro | 1 | -2/+2 |
2019-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2 | -3/+3 |
2019-07-09 | xdp: fix race on generic receive path | Ilya Maximets | 1 | -0/+2 |
2019-07-09 | net: core: page_pool: add user refcnt and reintroduce page_pool_destroy | Ivan Khoronzhuk | 1 | -0/+25 |
2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 4 | -2/+51 |
2019-07-08 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2019-07-08 | bpf: avoid unused variable warning in tcp_bpf_rtt() | Arnd Bergmann | 1 | -3/+1 |
2019-07-06 | Bluetooth: Add support for LE ping feature | Spoorthi Ravishankar Koppad | 2 | -0/+24 |
2019-07-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -30/+23 |
2019-07-05 | netfilter: nft_meta: move bridge meta keys into nft_meta_bridge | wenxu | 1 | -0/+44 |
2019-07-05 | netfilter: nf_tables: Add synproxy support | Fernando Fernandez Mancera | 2 | -0/+6 |
2019-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2 | -3/+32 |
2019-07-04 | bonding: add an option to specify a delay between peer notifications | Vincent Bernat | 2 | -0/+2 |
2019-07-04 | netfilter: nf_queue: remove unused hook entries pointer | Florian Westphal | 1 | -2/+1 |
2019-07-03 | inet: factor out inet_send_prepare() | Paolo Abeni | 1 | -0/+1 |
2019-07-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -0/+5 |
2019-07-03 | bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT | Stanislav Fomichev | 1 | -0/+8 |
2019-07-03 | xdp: fix hang while unregistering device bound to xdp socket | Ilya Maximets | 1 | -0/+5 |
2019-07-03 | Merge branch 'timers/vdso' into timers/core | Thomas Gleixner | 17 | -68/+48 |
2019-07-02 | net: page_pool: add helper function for retrieving dma direction | Ilias Apalodimas | 1 | -0/+9 |
2019-07-02 | net/tls: make sure offload also gets the keys wiped | Jakub Kicinski | 1 | -0/+1 |
2019-07-01 | net:gue.h:Fix shifting signed 32-bit value by 31 bits problem | Vandana BN | 1 | -1/+1 |