aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller5-13/+2
2011-07-16neigh: Simply destroy handling wrt. hh_cache.David S. Miller1-9/+0
2011-07-16net: Create and use new helper, neigh_output().David S. Miller2-14/+6
2011-07-16ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller1-1/+1
2011-07-16ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller1-1/+1
2011-07-16Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky1-2/+4
2011-07-16Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan1-2/+1
2011-07-15svcrpc: fix list-corrupting race on nfsd shutdownJ. Bruce Fields1-5/+6
2011-07-15rpc: allow autoloading of gss mechanismsJ. Bruce Fields2-4/+35
2011-07-15svcauth_unix.c: quiet sparse noiseH Hartley Sweeten1-0/+1
2011-07-15svcsock.c: include sunrpc.h to quiet sparse noiseH Hartley Sweeten1-0/+2
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-78/+0
2011-07-15mac80211: be more careful in suspend/resumeJohannes Berg2-26/+31
2011-07-15mac80211: let key iteration get keys in install orderJohannes Berg1-1/+1
2011-07-15mac80211: allow driver access to TKIP RX P1KJohannes Berg1-0/+11
2011-07-15nl80211/cfg80211: add max_sched_scan_ie_len in the hw descriptionLuciano Coelho1-1/+3
2011-07-15nl80211/cfg80211: add max_sched_scan_ssids in the hw descriptionLuciano Coelho1-1/+3
2011-07-15nl80211: advertise GTK rekey support, new triggersJohannes Berg2-0/+53
2011-07-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller29-444/+1077
2011-07-15Remove redundant variable/code in __qdisc_runKrishna Kumar1-3/+1
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville29-444/+1077
2011-07-15SUNRPC: Convert the backchannel exports to EXPORT_SYMBOL_GPLTrond Myklebust3-4/+4
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust9-27/+25
2011-07-14net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław1-1/+5
2011-07-14net: sctp: fix checksum marking for outgoing packetsMichał Mirosław1-11/+8
2011-07-14net: remove SK_ROUTE_CAPS from meta ematchMichał Mirosław1-7/+0
2011-07-14net: remove /sys/class/net/*/featuresMichał Mirosław1-2/+0
2011-07-14net: unexport netdev_fix_features()Michał Mirosław1-2/+1
2011-07-14net: cleanup vlan_features setting in register_netdevMichał Mirosław1-5/+2
2011-07-14net: vlan: remove reduntant check in ndo_fix_features callbackMichał Mirosław1-2/+1
2011-07-14af-packet: fix - avoid reading stale dataChetan Loke1-1/+2
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller23-95/+197
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller6-81/+48
2011-07-13Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-17/+12
2011-07-13mac80211: allow driver to disconnect after resumeJohannes Berg6-6/+63
2011-07-13mac80211: remove a redundant checkMohammed Shafi Shajakhan1-2/+1
2011-07-13net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller1-19/+18
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller2-3/+2
2011-07-13ipv4: Inline neigh binding.David Miller2-27/+27
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller1-16/+0
2011-07-12sunrpc: use dprint_status() macro in call_decode()Vasily Averin1-2/+1
2011-07-12SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear1-1/+1
2011-07-11inetpeer: kill inet_putpeer raceEric Dumazet1-5/+9
2011-07-11mac80211: allocate only one RX queueJohannes Berg1-2/+2
2011-07-11mac80211: add driver RSSI threshold eventsMeenakshi Venkataraman5-0/+125
2011-07-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville8-257/+599
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville9-24/+54
2011-07-11Merge branch 'master' into for-nextJiri Kosina85-364/+451
2011-07-11ipv4: Use universal hash for ARP.David S. Miller2-2/+2
2011-07-11neigh: Store hash shift instead of mask.David S. Miller1-24/+23