summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-04-13mac80211: do not scan and monitor connection in parallelStanislaw Gruszka4-19/+53
2012-04-13Phonet: missing headers (sparse)Rémi Denis-Courmont1-0/+4
2012-04-13Phonet: phonet_net_id can be static (sparse)Rémi Denis-Courmont1-1/+1
2012-04-13neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA1-2/+1
2012-04-13udp: intoduce udp_encap_needed static_keyEric Dumazet2-1/+12
2012-04-13rtnetlink & bonding: change args got get_tx_queuesstephen hemminger1-4/+4
2012-04-13net/garp: fix GID rbtree orderingDavid Ward1-4/+4
2012-04-13pppoatm: Fix excessive queue bloatDavid Woodhouse1-10/+85
2012-04-13ipv6: fix problem with expired dst cacheGao feng4-40/+52
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-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller38-531/+1337
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-144/+79
2012-04-12net/ipv6/exthdrs.c: Strict PadN option checkingEldad Zack1-0/+16
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-139/+74
2012-04-12net: Fixed coding style issues relating to braces.Jeffrin Jose1-6/+3
2012-04-12net/ipv6/ipv6_sockglue.c: Removed redundant externEldad Zack1-1/+0
2012-04-12net/core: simple_strtoul cleanupShuah Khan1-3/+2
2012-04-12Treat ND option 31 as userland (DNSSL support)Alexey I. Froloff1-1/+3
2012-04-12NFC: Fix LLCP link timeout typoSamuel Ortiz1-1/+1
2012-04-12NFC: Add MIUX to the local LLCP general bytesSamuel Ortiz1-0/+10
2012-04-12NFC: Call llcp_add_header properly when sending LLCP DM or DISCSamuel Ortiz1-2/+2
2012-04-12NFC: Fix LLCP TLV building routineSamuel Ortiz1-1/+1
2012-04-12NFC: No need to apply twice the modulo op to LLCP's recv_nSamuel Ortiz2-2/+2
2012-04-12NFC: Dump LLCP framesSamuel Ortiz1-0/+7
2012-04-12NFC: Add Core support to generate tag lost eventEric Lapuyade1-1/+71
2012-04-12NFC: Changed target activated state logicEric Lapuyade1-3/+21
2012-04-12NFC: Fix next target_idx type and rename for clarityEric Lapuyade2-3/+3
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz4-6/+18
2012-04-12NFC: SHDLC implementationEric Lapuyade3-0/+954
2012-04-12NFC: HCI supportEric Lapuyade8-0/+1496
2012-04-12NFC: Export target lost functionEric Lapuyade1-0/+39
2012-04-12NFC: Add a target lost netlink eventSamuel Ortiz2-0/+31
2012-04-12mac80211: fix the assignment of PREQ's MAC address for Proactive RANNChun-Yeow Yeoh2-2/+5
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-11cfg80211: add channel switch notify eventThomas Pedersen3-0/+63
2012-04-11cfg80211/mac80211: enable proper device_set_wakeup_enable handlingJohannes Berg5-1/+45
2012-04-11mac80211: clean up an ieee80211_do_open error pathJohannes Berg1-3/+3
2012-04-11mac80211: add improved HW queue controlJohannes Berg7-38/+162
2012-04-11mac80211: add explicit monitor interface if neededJohannes Berg6-3/+89
2012-04-11mac80211: manage AP netdev carrier stateJohannes Berg2-3/+16
2012-04-11mac80211: Check basic rates when peeringAshok Nagarajan3-7/+12