summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: policy: xfrm_get_tos cannot failFlorian Westphal2017-02-091-14/+5
* xfrm: input: constify xfrm_input_afinfoFlorian Westphal2017-02-093-24/+13
* bridge: fdb: write to used and updated at most once per jiffyNikolay Aleksandrov2017-02-062-2/+4
* bridge: move write-heavy fdb members in their own cache lineNikolay Aleksandrov2017-02-061-4/+6
* bridge: move to workqueue gcNikolay Aleksandrov2017-02-0610-23/+29
* bridge: modify bridge and port to have often accessed fields in one cache lineNikolay Aleksandrov2017-02-061-23/+20
* net: dsa: introduce bridge notifierVivien Didelot2017-02-062-11/+61
* net: dsa: add switch notifierVivien Didelot2017-02-065-0/+70
* net: dsa: change state setter scopeVivien Didelot2017-02-061-6/+9
* net: dsa: rollback bridging on errorVivien Didelot2017-02-061-1/+13
* net: dsa: simplify netdevice events handlingVivien Didelot2017-02-061-28/+16
* net: dsa: move netdevice notifier registrationVivien Didelot2017-02-063-10/+26
* net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-1/+2
* sctp: process fwd tsn chunk only when prsctp is enabledXin Long2017-02-061-0/+6
* net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-063-48/+0
* net: remove __napi_complete()Eric Dumazet2017-02-051-21/+3
* net: ipv6: Use compressed IPv6 addresses showing route replace errorDavid Ahern2017-02-041-1/+1
* net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern2017-02-042-1/+28
* net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern2017-02-042-3/+53
* net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern2017-02-042-17/+105
* net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern2017-02-041-2/+36
* net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-02-031-3/+4
* net: remove support for per driver ndo_busy_poll()Eric Dumazet2017-02-032-16/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-0353-640/+576
|\
| * netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-025-4/+28
| * ipvs: free ip_vs_dest structs when refcnt=0David Windsor2017-02-021-5/+3
| * netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal2017-02-025-9/+13
| * netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal2017-02-021-5/+24
| * netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-0210-32/+15
| * skbuff: add and use skb_nfct helperFlorian Westphal2017-02-0213-25/+25
| * netfilter: reduce direct skb->nfct usageFlorian Westphal2017-02-021-6/+9
| * netfilter: reset netfilter state when duplicating packetFlorian Westphal2017-02-022-2/+2
| * netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-027-19/+15
| * netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng2017-02-021-23/+25
| * netfilter: nf_tables: eliminate useless condition checksGao Feng2017-01-181-12/+3
| * netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev familyLiping Zhang2017-01-181-1/+27
| * netfilter: pkttype: unnecessary to check ipv6 multicast addressLiping Zhang2017-01-182-6/+2
| * xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-0914-0/+23
| * xtables: use match, target and data copy_to_user helpers in compatWillem de Bruijn2017-01-091-10/+4
| * ebtables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-31/+47
| * arptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-10/+5
| * ip6tables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6
| * iptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6
| * xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn2017-01-091-0/+54
| * netfilter: xt_connlimit: use rb_entry()Geliang Tang2017-01-051-2/+2
| * netfilter: conntrack: validate SCTP crc32c in PREROUTINGDavide Caratti2017-01-051-0/+32
| * netfilter: select LIBCRC32C together with SCTP conntrackDavide Caratti2017-01-051-1/+1
| * netfilter: nft_ct: add average bytes per packet supportLiping Zhang2017-01-031-1/+21
| * netfilter: nat: merge udp and udplite helpersFlorian Westphal2017-01-033-86/+66
| * netfilter: merge udp and udplite conntrack helpersFlorian Westphal2017-01-033-325/+123