summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-04-13caif: set traffic class for caif packetsDmitry Tarnyagin4-2/+28
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-25/+32
2012-04-13caif: Fix memory leakage in the chnl_net.c.Tomasz Gregorek1-3/+6
2012-04-13l2tp: don't overwrite source address in l2tp_ip_bind()James Chapman1-1/+2
2012-04-13l2tp: fix refcount leak in l2tp_ip socketsJames Chapman1-1/+1
2012-04-13net/key/af_key.c: add missing kfree_skbJulia Lawall1-1/+1
2012-04-13phonet: Sort out initiailziation and cleanup code.Eric W. Biederman1-19/+2
2012-04-13net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman1-0/+20
2012-04-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller38-531/+1337
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-144/+79
2012-04-13net/ipv6/exthdrs.c: Strict PadN option checkingEldad Zack1-0/+16
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-139/+74
2012-04-13net: Fixed coding style issues relating to braces.Jeffrin Jose1-6/+3
2012-04-13net/ipv6/ipv6_sockglue.c: Removed redundant externEldad Zack1-1/+0
2012-04-13net/core: simple_strtoul cleanupShuah Khan1-3/+2
2012-04-12Treat ND option 31 as userland (DNSSL support)Alexey I. Froloff1-1/+3
2012-04-12Merge branch 'master' into for-davemJohn W. Linville44-556/+1384
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville136-593/+560
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-25/+47
2012-04-12cfg80211: add channel switch notify eventThomas Pedersen3-0/+63
2012-04-12cfg80211/mac80211: enable proper device_set_wakeup_enable handlingJohannes Berg5-1/+45
2012-04-12mac80211: clean up an ieee80211_do_open error pathJohannes Berg1-3/+3
2012-04-12mac80211: add improved HW queue controlJohannes Berg7-38/+162
2012-04-12mac80211: add explicit monitor interface if neededJohannes Berg6-3/+89
2012-04-12mac80211: manage AP netdev carrier stateJohannes Berg2-3/+16
2012-04-12mac80211: Check basic rates when peeringAshok Nagarajan3-7/+12
2012-04-12mac80211: Modify sta_get_rates to give basic ratesAshok Nagarajan5-11/+23
2012-04-12mac80211: Indicate basic rates when adding rate IEsAshok Nagarajan4-14/+24
2012-04-12mac80211: Use mandatory rates as basic rates when starting meshAshok Nagarajan1-0/+4
2012-04-11NFC: Fix the LLCP Tx fragmentation loopSamuel Ortiz1-2/+2
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2-5/+5
2012-04-11net: allow pskb_expand_head() to get maximum tailroomEric Dumazet1-1/+3
2012-04-11bridge: Do not send queries on multicast group leavesHerbert Xu2-85/+0
2012-04-11batman-adv: add bridge loop avoidance compile optionSimon Wunderlich7-5/+89
2012-04-11batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich2-6/+116
2012-04-11batman-adv: drop STP over batmanSimon Wunderlich1-0/+8
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich5-0/+91
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich4-2/+74
2012-04-11batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich2-93/+311
2012-04-11batman-adv: export claim tables through debugfsSimon Wunderlich3-0/+64
2012-04-11batman-adv: make bridge loop avoidance switchableSimon Wunderlich1-0/+2
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich13-10/+1422
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich9-517/+5
2012-04-11batman-adv: encourage batman to take shorter routes by changing the default h...Marek Lindner1-1/+1
2012-04-11batman-adv: Remove declaration of only locally used functionsSven Eckelmann2-16/+14
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann6-130/+41
2012-04-11batman-adv: use ETH_ALEN instead of hardcoded numeric constantsAntonio Quartulli1-13/+13
2012-04-11batman-adv: clean up KconfigAntonio Quartulli1-9/+8
2012-04-11Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-5/+5
2012-04-10{nl,cfg}80211: Support for mesh synchronizationJavier Cardona3-0/+27