aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-23net: return operator cleanupEric Dumazet66-170/+169
2010-09-22X.25 remove bkl in pollandrew hendry1-13/+1
2010-09-22X.25 remove bkl in getsocknameandrew hendry1-2/+0
2010-09-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller22-139/+210
2010-09-21caif: Use default send and receive buffer size in caif_socket.Sjur Braendeland1-7/+0
2010-09-21caif: Fix function NULL pointer check.Sjur Braendeland1-1/+1
2010-09-21caif: Minor fixes in log prints.Sjur Braendeland2-7/+3
2010-09-21caif: Remove buggy re-definition of pr_debugSjur Braendeland1-3/+0
2010-09-21net: constify some ppp/pptp structsEric Dumazet1-1/+1
2010-09-21net: core: use kernel's converter from hex to binAndy Shevchenko2-12/+11
2010-09-21ethtool: Fix build due to lack of ethtool.h include.David S. Miller1-0/+1
2010-09-21Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller6-104/+69
2010-09-21ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings1-2/+2
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville22-139/+210
2010-09-21dccp ccid-3: Remove redundant 'options_received' structGerrit Renker2-23/+8
2010-09-21dccp tfrc/ccid-3: computing the loss rate from the Loss Event RateGerrit Renker3-5/+19
2010-09-21dccp ccid-3: remove dead statesGerrit Renker2-30/+9
2010-09-21dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker1-10/+3
2010-09-21dccp: Add packet type information to CCID-specific option parsingGerrit Renker3-41/+35
2010-09-20net: rx_dropped accountingEric Dumazet7-8/+28
2010-09-19bridge : Sanitize skb before it enters the IP stackBandan Das2-30/+80
2010-09-19rds: spin_lock_irq() is not nestableDan Carpenter2-4/+4
2010-09-19rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter1-1/+0
2010-09-19rds: signedness bugDan Carpenter1-1/+1
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings1-0/+34
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter2-0/+8
2010-09-17ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet1-2/+5
2010-09-16ip6tnl: get rid of ip6_tnl_lockEric Dumazet1-30/+28
2010-09-16net: include inetdevice.h for rcu_dereference_raw api changeStephen Rothwell1-0/+1
2010-09-16mac80211: send last 3/5 probe requests as unicastLuis R. Rodriguez1-2/+11
2010-09-16mac80211: disable beacon monitor while going offchannelLuis R. Rodriguez1-0/+2
2010-09-16mac80211: make the beacon monitor available externallyLuis R. Rodriguez2-4/+5
2010-09-16mac80211: reset connection idle when going offchannelLuis R. Rodriguez1-0/+5
2010-09-16mac80211: reset probe send counter upon connection timer resetLuis R. Rodriguez1-0/+4
2010-09-16mac80211: add helper for reseting the connection monitorLuis R. Rodriguez2-5/+11
2010-09-16mac80211: add p2p device type supportJohannes Berg7-38/+80
2010-09-16cfg80211/nl80211: introduce p2p device typesJohannes Berg5-24/+61
2010-09-16mac80211: set running state earlierJohannes Berg1-2/+3
2010-09-16cfg80211/mac80211: use lockdep_assert_heldJohannes Berg7-10/+17
2010-09-16mac80211: use correct station flags lockJohannes Berg1-2/+3
2010-09-16include/net/cfg80211.h: wiphy_<level> messages use dev_printkJoe Perches1-49/+0
2010-09-15net: enable GRO by default for vlan devicesBrandon Philips1-0/+5
2010-09-15ipv4: ip_ptr cleanupsEric Dumazet4-5/+5
2010-09-15phonet: Fix build warning.David S. Miller1-1/+2
2010-09-15Phonet: list subscribed resources via proc_fsRémi Denis-Courmont2-0/+98
2010-09-15Phonet: look up the resource routing table when forwardingRémi Denis-Courmont1-0/+17
2010-09-15Phonet: hook resource routing to userspace via ioctl()'sRémi Denis-Courmont2-0/+14
2010-09-15Phonet: resource routing backendRémi Denis-Courmont1-0/+88
2010-09-15Phonet: remove dangling pipe if an endpoint is closed earlyRémi Denis-Courmont1-1/+26
2010-09-15Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller4-119/+73