aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-08netfilter: bridge: start splitting mask into public/private chunksFlorian Westphal1-4/+11
2015-04-08netfilter: bridge: add and use nf_bridge_info_get helperFlorian Westphal1-8/+16
2015-04-08netfilter: physdev: use helpersFlorian Westphal1-12/+22
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal7-33/+75
2015-04-08netfilter: bridge: don't use nf_bridge_info data to store mac headerFlorian Westphal1-29/+41
2015-04-08netfilter: x_tables: don't extract flow keys on early demuxed sks in socket matchDaniel Borkmann1-45/+50
2015-04-02netfilter: bridge: really save frag_max_size between PRE and POST_ROUTINGFlorian Westphal1-2/+15
2015-04-01netfilter: nft_meta: fix cgroup matchingPablo Neira Ayuso1-3/+2
2015-04-01netfilter: x_tables: fix cgroup matching on non-full sksDaniel Borkmann1-1/+1
2015-04-01netfilter: nft_hash: add support for timeoutsPatrick McHardy1-4/+75
2015-04-01netfilter: nf_tables: add GC synchronization helpersPatrick McHardy1-1/+1
2015-04-01netfilter: nf_tables: add set garbage collection helpersPatrick McHardy1-0/+25
2015-04-01netfilter: nf_tables: add set element timeout supportPatrick McHardy1-2/+51
2015-04-01netfilter: nf_tables: add set timeout API supportPatrick McHardy1-2/+28
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller46-1111/+1515
2015-03-31net: rename dev to orig_dev in deliver_ptype_list_skbJiri Pirko1-2/+3
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc19-53/+44
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc26-110/+97
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc4-10/+8
2015-03-31tcp: simplify inetpeer_addr_base useJiri Benc1-14/+8
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris17-43/+43
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris25-174/+173
2015-03-31fib_trie: Cleanup ip_fib_net_exit code pathAlexander Duyck1-22/+7
2015-03-31fib_trie: Fix warning on fib4_rules_exitAlexander Duyck1-4/+4
2015-03-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-82/+731
2015-03-30mac80211: set QoS capability before changing station stateJohannes Berg1-4/+4
2015-03-30mac80211: send HT/VHT IEs in TDLS discovery responseArik Nemtsov1-3/+8
2015-03-30mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com5-11/+80
2015-03-30mac80211: IBSS fix scan requestJanusz.Dziedzic@tieto.com3-12/+97
2015-03-30mac80211: factor out station lookup from ieee80211_build_hdr()Johannes Berg1-70/+118
2015-03-30mac80211: make sta.wme indicate whether QoS is usedJohannes Berg4-5/+6
2015-03-30mac80211: send AP probe as unicast againJohannes Berg1-1/+1
2015-03-30mac80111: aes_gcm: clean up ieee80211_aes_gcm_key_setup_encrypt()Johannes Berg1-4/+8
2015-03-30mac80111: aes_ccm: cleanup ieee80211_aes_key_setup_encrypt()Dan Carpenter1-4/+8
2015-03-30mac80211: Fix misplaced return in AES-GMAC key setupJouni Malinen1-2/+2
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen6-6/+11
2015-03-30mac80211: fix typo in debug outputMichael Braun1-1/+1
2015-03-30mac80211: reject aggregation sessions with non-HT peersJohannes Berg2-1/+12
2015-03-30cfg/mac80211: add regulatory classes IE during TDLS setupArik Nemtsov2-0/+150
2015-03-30mac80211: stop scan before connectionDavid Spinadel1-0/+4
2015-03-30nl80211: add net-detect delay to wowlan infoLuciano Coelho1-2/+3
2015-03-30mac80211: notify the driver about deauthEmmanuel Grumbach1-18/+42
2015-03-30mac80211: notify the driver about association statusEmmanuel Grumbach1-0/+15
2015-03-30mac80211: notify the driver about authentication statusEmmanuel Grumbach1-0/+15
2015-03-30mac80211: convert rssi_callback() to event_callback()Emmanuel Grumbach3-15/+20
2015-03-30mac80211: agg-tx: avoid sending DelBA with sta->lock heldJohannes Berg1-2/+7
2015-03-29tipc: fix two bugs in secondary destination lookupJon Paul Maloy3-1/+14
2015-03-29net: Introduce passthru_features_checkToshiaki Makita1-0/+8
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-12/+9
2015-03-29vlan: Introduce helper functions to check if skb is taggedToshiaki Makita1-16/+8