aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern1-4/+2
2019-04-08ipv6: Add fib6_nh_init and release to stubsDavid Ahern2-0/+11
2019-04-08netfilter: make two functions staticFlorian Westphal2-5/+3
2019-04-08netfilter: nft_osf: Add version option supportFernando Fernandez Mancera2-12/+32
2019-04-08netfilter: nft_redir: add inet supportFlorian Westphal1-0/+61
2019-04-08netfilter: nft_masq: add inet supportFlorian Westphal1-0/+64
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal5-24/+19
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal10-214/+174
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal4-17/+136
2019-04-08ipvs: allow tunneling with gue encapsulationJacky Hu2-5/+114
2019-04-08netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso1-8/+2
2019-04-08netfilter: nft_redir: Make nft_redir_dump staticYueHaibing1-1/+1
2019-04-08netfilter: nf_tables: remove unused parameter ctxColin Ian King1-3/+2
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing1-3/+1
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni4-32/+22
2019-04-08cfg80211/nl80211: Offload OWE processing to user space in AP modeSunil Dutt3-0/+123
2019-04-08mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRICNarayanraddi Masti4-2/+11
2019-04-08nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scanvamsi krishna1-0/+53
2019-04-08nl80211: reindent some sched scan codeJohannes Berg1-31/+34
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau1-4/+6
2019-04-08xfrm: store xfrm_mode directly, not its addressFlorian Westphal12-38/+38
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal18-479/+74
2019-04-08xfrm: remove afinfo pointer from xfrm_modeFlorian Westphal6-13/+80
2019-04-08xfrm: remove output2 indirection from xfrm_modeFlorian Westphal5-211/+207
2019-04-08xfrm: remove input2 indirection from xfrm_modeFlorian Westphal6-160/+222
2019-04-08xfrm: remove gso_segment indirection from xfrm_modeFlorian Westphal6-53/+78
2019-04-08xfrm: remove xmit indirection from xfrm_modeFlorian Westphal5-55/+56
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal11-114/+164
2019-04-08xfrm: remove input indirection from xfrm_modeFlorian Westphal7-55/+72
2019-04-08xfrm: prefer family stored in xfrm_mode structFlorian Westphal4-5/+5
2019-04-08xfrm: place af number into xfrm_mode structFlorian Westphal8-48/+27
2019-04-07net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov1-20/+44
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown7-7/+0
2019-04-06net: hsr: Fix node prune function for forget time expiryAaron Kramer1-0/+4
2019-04-06net: hsr: add debugfs support for display node listMurali Karicheri6-12/+155
2019-04-06net: hsr: convert to SPDX identifierMurali Karicheri12-61/+12
2019-04-06net: hsr: add blank line after function declarationMurali Karicheri1-0/+1
2019-04-06net: hsr: remove camel case usage in the codeMurali Karicheri4-75/+76
2019-04-06net: hsr: add missing space around operator in codeMurali Karicheri2-4/+4
2019-04-06net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2-6/+6
2019-04-06net: hsr: remove unnecessary space after a castMurali Karicheri3-15/+15
2019-04-06net: hsr: fix NULL checks in the codeMurali Karicheri5-13/+13
2019-04-06net: hsr: fix lines that ends with a '('Murali Karicheri2-7/+5
2019-04-06net: hsr: fix alignment issues in the code for functionsMurali Karicheri3-9/+9
2019-04-06net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri3-18/+16
2019-04-06net: hsr: fix multiple blank lines in the codeMurali Karicheri7-55/+0
2019-04-06net: hsr: fix lines exceeding 80 charactersMurali Karicheri5-22/+31
2019-04-06tcp: remove redundant check on tskbColin Ian King1-5/+2
2019-04-06NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter1-0/+8
2019-04-05sunrpc: don't mark uninitialised items as VALID.NeilBrown1-0/+3