summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2017-02-08lwtunnel: valid encap attr check should return 0 when lwtunnel is disabledDavid Ahern-1/+4
2017-02-07udp: properly cope with csum errorsEric Dumazet-1/+3
2017-02-04netlabel: out of bound access in cipso_v4_validate()Eric Dumazet-0/+4
2017-01-31ipv6: fix flow labels when the traffic class is non-0Dimitris Michailidis-0/+5
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira-1/+1
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-3/+9
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman-0/+2
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso-3/+3
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern-0/+11
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang-0/+6
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner-4/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-2/+2
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+8
2016-12-17inet: Fix get port to handle zero port number with soreuseport setTom Herbert-3/+6
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-4/+4
2016-12-13netlink: revert broken, broken "2-clause nla_ok()"Alexey Dobriyan-1/+2
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+2
2016-12-09Merge tag 'mac80211-next-for-davem-2016-12-09' of git://git.kernel.org/pub/sc...David S. Miller-0/+11
2016-12-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg-0/+11
2016-12-08net: do not read sk_drops if application does not careEric Dumazet-1/+2
2016-12-08net: rfs: add a jump labelEric Dumazet-11/+14
2016-12-08flow dissector: ICMP supportSimon Horman-0/+17
2016-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-7/+202
2016-12-07net: sock_rps_record_flow() is for connected socketsEric Dumazet-1/+11
2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso-1/+5
2016-12-07netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso-0/+9
2016-12-07netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso-0/+2
2016-12-07netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso-0/+4
2016-12-07netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso-1/+2
2016-12-06netfilter: nf_tables: add stateful objectsPablo Neira Ayuso-0/+79
2016-12-06netfilter: add and use nf_fwd_netdev_egressFlorian Westphal-0/+1
2016-12-06netfilter: nft_payload: layer 4 checksum adjustment for pseudoheader fieldsPablo Neira Ayuso-0/+1
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal-2/+10
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet-13/+18
2016-12-05switch getfrag callbacks to ..._full() primitivesAl Viro-1/+1
2016-12-05make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on...Al Viro-3/+3
2016-12-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-12/+13
2016-12-05net: reorganize struct sock for better data localityEric Dumazet-24/+27
2016-12-04netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal-0/+9
2016-12-04netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal-0/+4
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal-0/+4
2016-12-04netfilter: conntrack: remove unused init_net hookFlorian Westphal-3/+0
2016-12-04netfilter: conntrack: built-in support for UDPliteDavide Caratti-0/+22
2016-12-04netfilter: conntrack: built-in support for SCTPDavide Caratti-0/+19
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti-0/+20
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang-1/+3
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti-0/+3
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti-0/+3