| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2019-09-27 | 1 | -0/+6 |
|\ |
|
| * | netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush | Laura Garcia Liebana | 2019-09-25 | 1 | -0/+4 |
| * | netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use it | Pablo Neira Ayuso | 2019-09-20 | 1 | -0/+2 |
* | | tcp: honor SO_PRIORITY in TIME_WAIT state | Eric Dumazet | 2019-09-27 | 1 | -0/+1 |
* | | ipv6: add priority parameter to ip6_xmit() | Eric Dumazet | 2019-09-27 | 1 | -1/+1 |
* | | sch_netem: fix rcu splat in netem_enqueue() | Eric Dumazet | 2019-09-27 | 1 | -0/+5 |
* | | ipv4: Revert removal of rt_uses_gateway | David Ahern | 2019-09-20 | 1 | -1/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2019-09-18 | 70 | -301/+1153 |
|\ |
|
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-17 | 2 | -2/+25 |
| |\ |
|
| | * | udp: correct reuseport selection with connected sockets | Willem de Bruijn | 2019-09-16 | 1 | -1/+19 |
| | * | net/sched: fix race between deactivation and dequeue for NOLOCK qdisc | Paolo Abeni | 2019-09-15 | 1 | -1/+6 |
| * | | net: dsa: Pass ndo_setup_tc slave callback to drivers | Vladimir Oltean | 2019-09-16 | 1 | -0/+2 |
| * | | taprio: Add support for hardware offloading | Vinicius Costa Gomes | 2019-09-16 | 1 | -0/+23 |
| * | | net: sched: use get_dev() action API in flow_action infra | Vlad Buslov | 2019-09-16 | 1 | -2/+2 |
| * | | net: sched: take reference to psample group in flow_action infra | Vlad Buslov | 2019-09-16 | 3 | -6/+6 |
| * | | net: sched: extend flow_action_entry with destructor | Vlad Buslov | 2019-09-16 | 1 | -1/+5 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-15 | 3 | -6/+5 |
| |\| |
|
| * | | net: devlink: move reload fail indication to devlink core and expose to user | Jiri Pirko | 2019-09-13 | 1 | -0/+3 |
| * | | net: devlink: split reload op into two | Jiri Pirko | 2019-09-13 | 1 | -1/+4 |
| * | | ip: support SO_MARK cmsg | Willem de Bruijn | 2019-09-13 | 2 | -0/+2 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2019-09-13 | 24 | -208/+151 |
| |\ \ |
|
| | * | | netfilter: conntrack: remove two unused functions from nf_conntrack_timestamp.h. | Jeremy Sowden | 2019-09-13 | 1 | -16/+0 |
| | * | | netfilter: conntrack: remove CONFIG_NF_CONNTRACK checks from nf_conntrack_zon... | Jeremy Sowden | 2019-09-13 | 1 | -4/+1 |
| | * | | netfilter: remove CONFIG_NETFILTER checks from headers. | Jeremy Sowden | 2019-09-13 | 10 | -35/+6 |
| | * | | netfilter: conntrack: remove CONFIG_NF_CONNTRACK check from nf_conntrack_acct.h. | Jeremy Sowden | 2019-09-13 | 1 | -2/+0 |
| | * | | netfilter: conntrack: move code to linux/nf_conntrack_common.h. | Jeremy Sowden | 2019-09-13 | 1 | -19/+5 |
| | * | | netfilter: br_netfilter: update stub br_nf_pre_routing_ipv6 parameter to `voi... | Jeremy Sowden | 2019-09-13 | 1 | -1/+1 |
| | * | | netfilter: conntrack: wrap two inline functions in config checks. | Jeremy Sowden | 2019-09-13 | 2 | -0/+6 |
| | * | | netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENA... | Jeremy Sowden | 2019-09-13 | 2 | -3/+3 |
| | * | | netfilter: conntrack: use consistent style when defining inline functions | Jeremy Sowden | 2019-09-13 | 1 | -32/+50 |
| | * | | netfilter: move nf_bridge_frag_data struct definition to a more appropriate h... | Jeremy Sowden | 2019-09-13 | 1 | -7/+0 |
| | * | | netfilter: synproxy: move code between headers. | Jeremy Sowden | 2019-09-13 | 2 | -39/+38 |
| | * | | netfilter: remove nf_conntrack_icmpv6.h header. | Jeremy Sowden | 2019-09-13 | 2 | -22/+0 |
| | * | | netfilter: update include directives. | Jeremy Sowden | 2019-09-13 | 4 | -9/+11 |
| | * | | netfilter: fix coding-style errors. | Jeremy Sowden | 2019-09-13 | 5 | -11/+11 |
| | * | | netfilter: fix include guards. | Jeremy Sowden | 2019-09-13 | 2 | -4/+9 |
| | * | | netfilter: nf_tables_offload: remove rules when the device unregisters | wenxu | 2019-09-13 | 1 | -1/+1 |
| | * | | netfilter: nft_{fwd,dup}_netdev: add offload support | Pablo Neira Ayuso | 2019-09-10 | 2 | -1/+8 |
| | * | | netfilter: nf_tables_offload: move indirect flow_block callback logic to core | Pablo Neira Ayuso | 2019-09-08 | 1 | -4/+3 |
| * | | | Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc... | David S. Miller | 2019-09-11 | 2 | -0/+7 |
| |\ \ \ |
|
| | * | | | mac80211: allow drivers to set max MTU | Wen Gong | 2019-09-11 | 1 | -0/+3 |
| | * | | | cfg80211: add local BSS receive time to survey information | Felix Fietkau | 2019-08-30 | 1 | -0/+4 |
| * | | | | devlink: add 'reset_dev_on_drv_probe' param | Dirk van der Merwe | 2019-09-10 | 1 | -0/+5 |
| | |/ /
| |/| | |
|
| * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2019-09-07 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | Bluetooth: Add support for utilizing Fast Advertising Interval | Spoorthi Ravishankar Koppad | 2019-09-05 | 1 | -0/+2 |
| * | | | | net: fib_notifier: move fib_notifier_ops from struct net into per-net struct | Jiri Pirko | 2019-09-07 | 1 | -3/+0 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2019-09-07 | 1 | -8/+36 |
| |\ \ \ \ |
|
| | * | | | | netfilter: nf_tables: Introduce stateful object update operation | Fernando Fernandez Mancera | 2019-09-03 | 1 | -0/+9 |
| | * | | | | netfilter: nft_dynset: support for element deletion | Ander Juaristi | 2019-08-27 | 1 | -1/+9 |
| | * | | | | netfilter: nf_tables: Introduce new 64-bit helper register functions | Ander Juaristi | 2019-08-26 | 1 | -7/+18 |
| | | |/ /
| | |/| | |
|