summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-02-09net: dsa: Fix duplicate object ruleFlorian Fainelli1-1/+0
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long2-0/+106
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long1-0/+46
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long2-0/+69
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long1-0/+29
2017-02-09sctp: streams should be recovered when it fails to send request.Xin Long1-2/+17
2017-02-09igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2-0/+2
2017-02-09kcm: fix 0-length case for kcm_sendmsg()WANG Cong1-18/+22
2017-02-09mac80211: fix CSA in IBSS modeKoen Vandeputte1-2/+2
2017-02-09cfg80211: fix NAN bands definitionLuca Coelho5-27/+47
2017-02-09xfrm: policy: make policy backend constFlorian Westphal3-11/+11
2017-02-09xfrm: policy: remove xfrm_policy_put_afinfoFlorian Westphal1-13/+8
2017-02-09xfrm: policy: remove family fieldFlorian Westphal3-25/+19
2017-02-09xfrm: policy: remove garbage_collect callbackFlorian Westphal3-6/+4
2017-02-09xfrm: policy: xfrm_policy_unregister_afinfo can return voidFlorian Westphal1-22/+13
2017-02-09xfrm: policy: xfrm_get_tos cannot failFlorian Westphal1-14/+5
2017-02-09xfrm: input: constify xfrm_input_afinfoFlorian Westphal3-24/+13
2017-02-08ipv4: fib: Notify about nexthop status changesIdo Schimmel1-0/+33
2017-02-08net: dsa: Do not destroy invalid network devicesFlorian Fainelli1-0/+1
2017-02-08bridge: vlan tunnel id info range fill size calc cleanupsRoopa Prabhu1-18/+16
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet6-0/+100
2017-02-08ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-02-08packet: round up linear to header lenWillem de Bruijn1-3/+4
2017-02-08net: introduce device min_header_lenWillem de Bruijn1-0/+1
2017-02-08sit: fix a double free on error pathWANG Cong1-0/+1
2017-02-08ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe1-0/+6
2017-02-08netfilter: nft_exthdr: add TCP option matchingManuel Messner2-15/+108
2017-02-08netfilter: nft_ct: add zone id set supportFlorian Westphal1-1/+143
2017-02-08netfilter: nft_ct: prepare for key-dependent error unwindFlorian Westphal1-14/+15
2017-02-08netfilter: nft_ct: add zone id get supportFlorian Westphal1-3/+19
2017-02-08netfilter: nf_tables: add bitmap set typePablo Neira Ayuso3-0/+321
2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso3-5/+19
2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso3-8/+8
2017-02-08netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso1-0/+4
2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso3-9/+9
2017-02-08netfilter: nf_tables: use struct nft_set_iter in set element flushPablo Neira Ayuso1-7/+5
2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso3-5/+7
2017-02-08netfilter: nft_exthdr: Add support for existence checkPhil Sutter1-2/+20
2017-02-08cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski3-7/+15
2017-02-08mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2-7/+11
2017-02-08nl80211: fix validation of scheduled scan info for wowlan netdetectArend Van Spriel1-4/+6
2017-02-08nl80211: add HT/VHT capabilities to AP parametersJohannes Berg1-1/+46
2017-02-08cfg80211: make rdev assignment clearer in nl80211_testmode_dump()Luca Coelho1-7/+6
2017-02-08mac80211: check for allocation failure in debugfs codeDan Carpenter1-2/+9
2017-02-08mac80211: aes-cmac: switch to shash CMAC driverArd Biesheuvel3-107/+32
2017-02-08mac80211: fils_aead: Use crypto api CMAC shash rather than bare cipherArd Biesheuvel3-45/+34
2017-02-08cfg80211 debugfs: Cleanup some checkpatch issuesPichugin Dmitry1-5/+5
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-97/+103
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-96/+102
2017-02-07bridge: avoid unnecessary read of jiffiesstephen hemminger2-4/+8