aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter3-7/+75
2011-04-15ipv6: ignore looped-back NA while dad is runningDaniel Walter1-3/+4
2011-04-14Phonet: convert bound sockets hash list to RCURémi Denis-Courmont1-24/+21
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W1-15/+16
2011-04-14ipv4: Call fib_select_default() only when actually necessary.David S. Miller2-1/+10
2011-04-14NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG callsRalf Baechle3-40/+4
2011-04-13net: ethtool support to configure number of channelsamit salecha1-0/+35
2011-04-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller35-357/+1109
2011-04-129p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_readdir()David S. Miller1-6/+3
2011-04-12net: add RTNL_ASSERT in __netdev_update_features()Michał Mirosław1-0/+2
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko5-185/+91
2011-04-12ethtool: time to blink provided in seconds not jiffiesAllan, Bruce W1-1/+1
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville35-357/+1109
2011-04-11caif: Add BUG_ON if dev_info is missing in packetSjur Brændeland1-1/+2
2011-04-11caif: Don't resend if dev_queue_xmit fails.Sjur Brændeland9-88/+14
2011-04-11caif: code cleanupStephen Hemminger7-304/+23
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller113-187/+365
2011-04-11v3 ethtool: add ntuple flow specifier data to network flow classifierAlexander Duyck1-7/+7
2011-04-11ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntupleAlexander Duyck1-0/+3
2011-04-11caif: performance bugfix - allow radio stack to prioritize packets.Sjur Brændeland1-1/+5
2011-04-11caif: Bugfix use for_each_safe when removing list nodes.Sjur Brændeland1-2/+2
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds21-118/+181
2011-04-10Disable rp_filter for IPsec packetsMichael Smith1-1/+5
2011-04-10fib_validate_source(): pass sk_buff instead of markMichael Smith2-14/+12
2011-04-08Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+1
2011-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller21-118/+182
2011-04-07ipv4: Fix "Set rt->rt_iif more sanely on output routes."OGAWA Hirofumi2-2/+7
2011-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville15-36/+90
2011-04-07cfg80211: add a timer for invalid user reg hintsLuis R. Rodriguez1-1/+24
2011-04-07cfg80211: fix regulatory restore upon user hintsLuis R. Rodriguez1-1/+45
2011-04-07mac80211: remove few obsolete flagsMohammed Shafi Shajakhan1-9/+0
2011-04-07nl80211: Add BSS parameters to stationPaul Stewart2-2/+32
2011-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville16-284/+866
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds103-160/+160
2011-04-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-1/+1
2011-04-06dsa/mv88e6131: add support for mv88e6085 switchPeter Korsgaard2-4/+21
2011-04-06ipv6: Enable RFS sk_rxhash tracking for ipv6 sockets (v2)Neil Horman2-1/+6
2011-04-06can: convert protocol handling to RCUOliver Hartkopp1-20/+32
2011-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller1-2/+53
2011-04-06Revert "net/sunrpc: Use static const char arrays"Trond Myklebust1-1/+1
2011-04-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller14-110/+146
2011-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-30/+69
2011-04-05Bluetooth: convert net/bluetooth/ to kstrtoxAlexey Dobriyan1-17/+17
2011-04-05Bluetooth: Use GFP_KERNEL in user contextGustavo F. Padovan1-1/+1
2011-04-05Bluetooth: Don't use spin_lock_bh in user contextGustavo F. Padovan1-44/+44
2011-04-05Bluetooth: Use kthread API in cmtpSzymon Janc3-18/+13
2011-04-05Bluetooth: Use kthread API in bnepSzymon Janc2-14/+9
2011-04-05Bluetooth: Use kthread API in hidpSzymon Janc2-30/+25
2011-04-05ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings1-2/+53
2011-04-04net: Allow no-cache copy from user on transmitTom Herbert3-4/+17