summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* ip: validate header length on virtual device xmitWillem de Bruijn2019-01-011-0/+20
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-011-3/+35
* netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso2018-12-291-1/+0
* netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal2018-12-291-15/+3
* net: dccp: fix kernel crash on module loadPeter Oskolkov2018-12-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-209-111/+18
|\
| * netfilter: netns: shrink netns_ct structFlorian Westphal2018-12-211-5/+1
| * netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal2018-12-214-20/+6
| * netfilter: conntrack: un-export seq_print_acctFlorian Westphal2018-12-211-3/+0
| * netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal2018-12-211-0/+5
| * netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2018-12-172-33/+0
| * netfilter: nat: remove l4proto->manip_pktFlorian Westphal2018-12-171-8/+7
| * netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal2018-12-171-6/+0
| * netfilter: nat: remove l4proto->in_rangeFlorian Westphal2018-12-171-11/+0
| * netfilter: nat: fold in_range indirection into callerFlorian Westphal2018-12-171-3/+0
| * netfilter: nat: remove l4proto->unique_tupleFlorian Westphal2018-12-171-11/+0
| * netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal2018-12-171-6/+0
| * netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal2018-12-171-2/+0
| * netfilter: nat: remove l4 protocol port roversFlorian Westphal2018-12-011-1/+1
| * netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo2018-11-121-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-201-0/+9
|\ \
| * | bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend2018-12-201-0/+9
* | | net: seg6.h: remove an unused #includePeter Oskolkov2018-12-201-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-204-23/+28
|\ \ \
| * | | iptunnel: make TUNNEL_FLAGS available in uapiwenxu2018-12-191-19/+0
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-181-0/+1
| |\ \ \
| | * | | xfrm_user: fix freeing of xfrm states on acquireMathias Krause2018-11-231-0/+1
| * | | | net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2018-12-171-4/+21
| * | | | net/tls: sleeping function from invalid contextAtul Gupta2018-12-141-0/+6
* | | | | neighbour: register rtnl doit handlerRoopa Prabhu2018-12-191-0/+1
* | | | | net: switch secpath to use skb extension infrastructureFlorian Westphal2018-12-191-21/+1
* | | | | xfrm: use secpath_exist where applicableFlorian Westphal2018-12-191-1/+1
* | | | | net: use skb_sec_path helper in more placesFlorian Westphal2018-12-191-2/+4
* | | | | net: move secpath_exist helper to sk_buff.hFlorian Westphal2018-12-191-9/+0
* | | | | xfrm: change secpath_set to return secpath struct, not error valueFlorian Westphal2018-12-191-1/+1
* | | | | net: convert bridge_nf to use skb extension infrastructureFlorian Westphal2018-12-191-4/+4
* | | | | netfilter: avoid using skb->nf_bridge directlyFlorian Westphal2018-12-191-6/+0
* | | | | Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc...David S. Miller2018-12-192-5/+302
|\ \ \ \ \
| * | | | | mac80211: propagate the support for TWT to the driverEmmanuel Grumbach2018-12-181-0/+3
| * | | | | mac80211: document RCU requirements for ieee80211_tx_dequeue()Johannes Berg2018-12-181-0/+8
| * | | | | cfg80211: clarify LCI/civic location documentationJohannes Berg2018-12-181-2/+4
| * | | | | wireless: FTM: fix kernel-doc "cannot understand" warningsRandy Dunlap2018-12-182-2/+2
| * | | | | {nl,mac}80211: add rssi to mesh candidatesBob Copeland2018-11-091-1/+2
| * | | | | {nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland2018-11-091-0/+5
| * | | | | {nl,mac}80211: report gate connectivity in station infoBob Copeland2018-11-091-0/+3
| * | | | | mac80211: allow hardware scan to fall back to softwareJohannes Berg2018-11-091-0/+5
| * | | | | mac80211: allow drivers to use peer measurement APIJohannes Berg2018-11-091-0/+7
| * | | | | cfg80211: add peer measurement with FTM initiator APIJohannes Berg2018-11-091-0/+263
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-182-1/+6
|\ \ \ \ \ \