aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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: tcp6: fix double call of tcp_v6_fill_cb()Alexey Kodanev1-0/+11
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
2015-03-29vlan: Add features for stacked vlan deviceToshiaki Makita1-0/+1
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov1-2/+69
2015-03-29net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck1-0/+102
2015-03-29netns: don't clear nsid too early on removalNicolas Dichtel1-9/+15
2015-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller13-221/+332
2015-03-29tipc: involve reference counter for node structureYing Xue6-30/+79
2015-03-29tipc: fix potential deadlock when all links are resetYing Xue5-32/+8
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet2-29/+29
2015-03-29ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong2-2/+2
2015-03-29fib6: install fib6 ops in the last stepWANG Cong1-6/+3
2015-03-27mac802154: cleanup concurrent checkAlexander Aring1-14/+6
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy3-33/+86
2015-03-26netfilter: nf_tables: add transaction helper functionsPatrick McHardy2-16/+7
2015-03-26netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy3-8/+11
2015-03-26netfilter: nf_tables: consolide set element destructionPatrick McHardy3-41/+25
2015-03-26Bluetooth: Unify advertising data code pathsArman Uguray1-91/+64
2015-03-26Bluetooth: Update supported_flags for AD featuresArman Uguray1-3/+29
2015-03-26Bluetooth: Support the "tx-power" adv flagArman Uguray1-0/+19
2015-03-26Bluetooth: Support the "managed-flags" adv flagArman Uguray1-2/+9
2015-03-26Bluetooth: Support the "limited-discoverable" adv flagArman Uguray1-1/+8
2015-03-26Bluetooth: Support the "discoverable" adv flagArman Uguray1-8/+30
2015-03-26Bluetooth: Support the "connectable mode" adv flagArman Uguray1-31/+56
2015-03-25Bluetooth: Fix minor typo in comment for static address settingMarcel Holtmann1-1/+1
2015-03-25ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa3-11/+13
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa8-15/+18
2015-03-25tipc: eliminate race condition at dual link establishmentJon Paul Maloy3-0/+55
2015-03-25tipc: clean up handling of link congestionJon Paul Maloy2-72/+60
2015-03-25tipc: introduce starvation free send algorithmJon Paul Maloy3-25/+42
2015-03-25net: dsa: Handle non-bridge master changeGuenter Roeck1-1/+2
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy3-117/+122
2015-03-25netfilter: nf_tables: add set extensionsPatrick McHardy1-0/+16
2015-03-25netfilter: nft_hash: convert to use rhashtable callbacksPatrick McHardy1-5/+49
2015-03-25netfilter: nft_hash: indent rhashtable parametersPatrick McHardy1-5/+5
2015-03-25netfilter: nft_hash: restore struct nft_hashPatrick McHardy1-16/+21
2015-03-25rhashtable: provide len to obj_hashfnPatrick McHardy1-1/+1
2015-03-25tipc: fix a link reset issue due to retransmission failuresYing Xue1-3/+5
2015-03-25ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark1-1/+8
2015-03-25sctp: avoid to repeatedly declare external variablesYing Xue2-9/+0
2015-03-25netfilter: nft_meta: use raw_smp_processor_id()Patrick McHardy1-1/+1