summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-272-1/+1
|\
| * ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2016-12-272-1/+1
* | ktime: Get rid of the unionThomas Gleixner2016-12-252-4/+4
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-173-4/+8
|\
| * inet: Fix get port to handle zero port number with soreuseport setTom Herbert2016-12-172-3/+6
| * netlink: revert broken, broken "2-clause nla_ok()"Alexey Dobriyan2016-12-131-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-162-4/+4
|\ \
| * | switch getfrag callbacks to ..._full() primitivesAl Viro2016-12-051-1/+1
| * | make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on...Al Viro2016-12-051-3/+3
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-122-1/+2
|\ \ \ | |_|/ |/| |
| * | net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-092-1/+2
* | | Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/sc...David S. Miller2016-12-091-0/+11
|\ \ \
| * | | cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2016-12-091-0/+11
* | | | net: do not read sk_drops if application does not careEric Dumazet2016-12-081-1/+2
* | | | net: rfs: add a jump labelEric Dumazet2016-12-081-11/+14
* | | | flow dissector: ICMP supportSimon Horman2016-12-081-0/+17
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-12-0713-7/+202
|\ \ \ \
| * | | | netfilter: nf_tables: support for set flushingPablo Neira Ayuso2016-12-071-1/+5
| * | | | netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso2016-12-071-0/+9
| * | | | netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso2016-12-071-0/+2
| * | | | netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso2016-12-071-0/+4
| * | | | netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso2016-12-071-1/+2
| * | | | netfilter: nf_tables: add stateful objectsPablo Neira Ayuso2016-12-061-0/+79
| * | | | netfilter: add and use nf_fwd_netdev_egressFlorian Westphal2016-12-061-0/+1
| * | | | netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso2016-12-061-0/+1
| * | | | netfilter: defrag: only register defrag functionality if neededFlorian Westphal2016-12-063-2/+10
| * | | | netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal2016-12-041-0/+9
| * | | | netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal2016-12-041-0/+4
| * | | | netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-041-0/+4
| * | | | netfilter: conntrack: remove unused init_net hookFlorian Westphal2016-12-041-3/+0
| * | | | netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-043-0/+22
| * | | | netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-043-0/+19
| * | | | netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-043-0/+20
| * | | | netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang2016-12-041-1/+3
| * | | | netfilter: built-in NAT support for UDPliteDavide Caratti2016-12-041-0/+3
| * | | | netfilter: built-in NAT support for SCTPDavide Caratti2016-12-041-0/+3
| * | | | netfilter: built-in NAT support for DCCPDavide Caratti2016-12-041-0/+3
* | | | | net: sock_rps_record_flow() is for connected socketsEric Dumazet2016-12-071-1/+11
* | | | | net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-054-13/+18
* | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-12-051-12/+13
|\ \ \ \ \
| * | | | | Bluetooth: __ variants of u8 and friends are not neccessary inside kernelPavel Machek2016-11-271-12/+13
* | | | | | net: reorganize struct sock for better data localityEric Dumazet2016-12-051-24/+27
| |/ / / / |/| | | |
* | | | | ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark2016-12-032-1/+5
* | | | | ipv4: fib: Replay events when registering FIB notifierIdo Schimmel2016-12-031-1/+2
* | | | | ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel2016-12-031-0/+3
* | | | | ipv4: fib: Add fib_info_hold() helperIdo Schimmel2016-12-031-0/+5
* | | | | netns: fix net_generic() "id - 1" bloatAlexey Dobriyan2016-12-031-7/+9
* | | | | netns: add dummy struct inside "struct net_generic"Alexey Dobriyan2016-12-031-2/+4
* | | | | netlink: 2-clause nla_ok()Alexey Dobriyan2016-12-031-2/+1