| Commit message (Expand) | Author | Age | Files | Lines |
* | bridge: move write-heavy fdb members in their own cache line | Nikolay Aleksandrov | 2017-02-07 | 1 | -4/+6 |
* | bridge: move to workqueue gc | Nikolay Aleksandrov | 2017-02-07 | 10 | -23/+29 |
* | bridge: modify bridge and port to have often accessed fields in one cache line | Nikolay Aleksandrov | 2017-02-07 | 1 | -23/+20 |
* | net: dsa: introduce bridge notifier | Vivien Didelot | 2017-02-06 | 2 | -11/+61 |
* | net: dsa: add switch notifier | Vivien Didelot | 2017-02-06 | 5 | -0/+70 |
* | net: dsa: change state setter scope | Vivien Didelot | 2017-02-06 | 1 | -6/+9 |
* | net: dsa: rollback bridging on error | Vivien Didelot | 2017-02-06 | 1 | -1/+13 |
* | net: dsa: simplify netdevice events handling | Vivien Didelot | 2017-02-06 | 1 | -28/+16 |
* | net: dsa: move netdevice notifier registration | Vivien Didelot | 2017-02-06 | 3 | -10/+26 |
* | net-next: treewide use is_vlan_dev() helper function. | Parav Pandit | 2017-02-06 | 1 | -1/+2 |
* | sctp: process fwd tsn chunk only when prsctp is enabled | Xin Long | 2017-02-06 | 1 | -0/+6 |
* | net: remove ndo_neigh_{construct, destroy} from stacked devices | Ido Schimmel | 2017-02-06 | 3 | -48/+0 |
* | net: remove __napi_complete() | Eric Dumazet | 2017-02-05 | 1 | -21/+3 |
* | net: ipv6: Use compressed IPv6 addresses showing route replace error | David Ahern | 2017-02-05 | 1 | -1/+1 |
* | net: ipv6: Change notifications for multipath delete to RTA_MULTIPATH | David Ahern | 2017-02-05 | 2 | -1/+28 |
* | net: ipv6: Change notifications for multipath add to RTA_MULTIPATH | David Ahern | 2017-02-05 | 2 | -3/+53 |
* | net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attribute | David Ahern | 2017-02-05 | 2 | -17/+105 |
* | net: ipv6: Allow shorthand delete of all nexthops in multipath route | David Ahern | 2017-02-05 | 1 | -2/+36 |
* | net: skb_needs_check() accepts CHECKSUM_NONE for tx | Eric Dumazet | 2017-02-03 | 1 | -3/+4 |
* | net: remove support for per driver ndo_busy_poll() | Eric Dumazet | 2017-02-03 | 2 | -16/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2017-02-03 | 53 | -640/+576 |
|\ |
|
| * | netfilter: allow logging from non-init namespaces | Michal Kubeček | 2017-02-02 | 5 | -4/+28 |
| * | ipvs: free ip_vs_dest structs when refcnt=0 | David Windsor | 2017-02-02 | 1 | -5/+3 |
| * | netfilter: merge ctinfo into nfct pointer storage area | Florian Westphal | 2017-02-02 | 5 | -9/+13 |
| * | netfilter: guarantee 8 byte minalign for template addresses | Florian Westphal | 2017-02-02 | 1 | -5/+24 |
| * | netfilter: add and use nf_ct_set helper | Florian Westphal | 2017-02-02 | 10 | -32/+15 |
| * | skbuff: add and use skb_nfct helper | Florian Westphal | 2017-02-02 | 13 | -25/+25 |
| * | netfilter: reduce direct skb->nfct usage | Florian Westphal | 2017-02-02 | 1 | -6/+9 |
| * | netfilter: reset netfilter state when duplicating packet | Florian Westphal | 2017-02-02 | 2 | -2/+2 |
| * | netfilter: conntrack: no need to pass ctinfo to error handler | Florian Westphal | 2017-02-02 | 7 | -19/+15 |
| * | netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable() | Feng | 2017-02-02 | 1 | -23/+25 |
| * | netfilter: nf_tables: eliminate useless condition checks | Gao Feng | 2017-01-18 | 1 | -12/+3 |
| * | netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family | Liping Zhang | 2017-01-18 | 1 | -1/+27 |
| * | netfilter: pkttype: unnecessary to check ipv6 multicast address | Liping Zhang | 2017-01-18 | 2 | -6/+2 |
| * | xtables: extend matches and targets with .usersize | Willem de Bruijn | 2017-01-09 | 14 | -0/+23 |
| * | xtables: use match, target and data copy_to_user helpers in compat | Willem de Bruijn | 2017-01-09 | 1 | -10/+4 |
| * | ebtables: use match, target and data copy_to_user helpers | Willem de Bruijn | 2017-01-09 | 1 | -31/+47 |
| * | arptables: use match, target and data copy_to_user helpers | Willem de Bruijn | 2017-01-09 | 1 | -10/+5 |
| * | ip6tables: use match, target and data copy_to_user helpers | Willem de Bruijn | 2017-01-09 | 1 | -15/+6 |
| * | iptables: use match, target and data copy_to_user helpers | Willem de Bruijn | 2017-01-09 | 1 | -15/+6 |
| * | xtables: add xt_match, xt_target and data copy_to_user functions | Willem de Bruijn | 2017-01-09 | 1 | -0/+54 |
| * | netfilter: xt_connlimit: use rb_entry() | Geliang Tang | 2017-01-05 | 1 | -2/+2 |
| * | netfilter: conntrack: validate SCTP crc32c in PREROUTING | Davide Caratti | 2017-01-05 | 1 | -0/+32 |
| * | netfilter: select LIBCRC32C together with SCTP conntrack | Davide Caratti | 2017-01-05 | 1 | -1/+1 |
| * | netfilter: nft_ct: add average bytes per packet support | Liping Zhang | 2017-01-03 | 1 | -1/+21 |
| * | netfilter: nat: merge udp and udplite helpers | Florian Westphal | 2017-01-03 | 3 | -86/+66 |
| * | netfilter: merge udp and udplite conntrack helpers | Florian Westphal | 2017-01-03 | 3 | -325/+123 |
* | | sched: cls_flower: expose priority to offloading netdevice | Jiri Pirko | 2017-02-03 | 1 | -0/+3 |
* | | tcp: clear pfmemalloc on outgoing skb | Eric Dumazet | 2017-02-03 | 1 | -0/+7 |
* | | net: ipv6: Set protocol to kernel for local routes | David Ahern | 2017-02-03 | 1 | -0/+1 |