summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-2/+2
|\
| * locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
* | lwtunnel: valid encap attr check should return 0 when lwtunnel is disabledDavid Ahern2017-02-081-1/+4
* | udp: properly cope with csum errorsEric Dumazet2017-02-071-1/+3
* | netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-041-0/+4
* | ipv6: fix flow labels when the traffic class is non-0Dimitris Michailidis2017-01-311-0/+5
* | tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-262-3/+9
|\ \
| * | netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso2017-01-241-3/+3
| * | netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-01-161-0/+6
| |/
* | net: Specify the owning module for lwtunnel opsRobert Shearman2017-01-241-0/+2
* | lwtunnel: fix autoload of lwt modulesDavid Ahern2017-01-181-0/+11
|/
* 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