summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-02-08netfilter: nf_tables: add bitmap set typePablo Neira Ayuso
2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso
2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso
2017-02-08netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso
2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso
2017-02-08netfilter: nf_tables: use struct nft_set_iter in set element flushPablo Neira Ayuso
2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso
2017-02-08netfilter: nft_exthdr: Add support for existence checkPhil Sutter
2017-02-08cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski
2017-02-08mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski
2017-02-08nl80211: fix validation of scheduled scan info for wowlan netdetectArend Van Spriel
2017-02-08nl80211: add HT/VHT capabilities to AP parametersJohannes Berg
2017-02-08cfg80211: make rdev assignment clearer in nl80211_testmode_dump()Luca Coelho
2017-02-08mac80211: check for allocation failure in debugfs codeDan Carpenter
2017-02-08mac80211: aes-cmac: switch to shash CMAC driverArd Biesheuvel
2017-02-08mac80211: fils_aead: Use crypto api CMAC shash rather than bare cipherArd Biesheuvel
2017-02-08cfg80211 debugfs: Cleanup some checkpatch issuesPichugin Dmitry
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-02-07bridge: avoid unnecessary read of jiffiesstephen hemminger
2017-02-07bridge: remove unnecessary check for vtbegin in br_fill_vlan_tinfo_rangeRoopa Prabhu
2017-02-07sctp: check af before verify address in sctp_addr_id2transportXin Long
2017-02-07bridge: tunnel: fix attribute checks in br_parse_vlan_tunnel_infoNikolay Aleksandrov
2017-02-07net: bridge: remove redundant check to see if err is setColin Ian King
2017-02-07net: dsa: Do not clobber PHY link outside of state machineFlorian Fainelli
2017-02-07net: pending_confirm is not used anymoreJulian Anastasov
2017-02-07net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TPJulian Anastasov
2017-02-07net: add confirm_neigh method to dst_opsJulian Anastasov
2017-02-07tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov
2017-02-07net: add dst_pending_confirm flag to skbuffJulian Anastasov
2017-02-07sock: add sk_dst_pending_confirm flagJulian Anastasov
2017-02-07sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner
2017-02-07ipv6: sr: fix non static symbol warningsWei Yongjun
2017-02-07net/sched: act_mirred: remove duplicated include from act_mirred.cWei Yongjun
2017-02-07udp: properly cope with csum errorsEric Dumazet
2017-02-07net: dsa: Add support for platform dataFlorian Fainelli
2017-02-07net: dsa: Rename and export dev_to_net_device()Florian Fainelli
2017-02-07mac80211: add back lost debugfs filesJohannes Berg
2017-02-06bridge: fdb: write to used and updated at most once per jiffyNikolay Aleksandrov
2017-02-06bridge: move write-heavy fdb members in their own cache lineNikolay Aleksandrov
2017-02-06bridge: move to workqueue gcNikolay Aleksandrov
2017-02-06bridge: modify bridge and port to have often accessed fields in one cache lineNikolay Aleksandrov
2017-02-06tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-02-06net: dsa: introduce bridge notifierVivien Didelot
2017-02-06net: dsa: add switch notifierVivien Didelot
2017-02-06net: dsa: change state setter scopeVivien Didelot
2017-02-06net: dsa: rollback bridging on errorVivien Didelot
2017-02-06net: dsa: simplify netdevice events handlingVivien Didelot
2017-02-06net: dsa: move netdevice notifier registrationVivien Didelot