summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* ipvs: free ip_vs_dest structs when refcnt=0David Windsor2017-02-021-1/+1
* netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal2017-02-021-5/+6
* netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal2017-02-021-0/+2
* netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-022-2/+9
* skbuff: add and use skb_nfct helperFlorian Westphal2017-02-021-1/+1
* netfilter: reduce direct skb->nfct usageFlorian Westphal2017-02-021-3/+6
* netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-021-1/+1
* netfilter: merge udp and udplite conntrack helpersFlorian Westphal2017-01-033-16/+2Star
* ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-292-3/+2Star
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-293-13/+12Star
* sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2016-12-281-4/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-282-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-183-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-132-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-101-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-0813-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/+0Star
| * | | | 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