summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-09-23net: return operator cleanupEric Dumazet
2010-09-22X.25 remove bkl in pollandrew hendry
2010-09-22X.25 remove bkl in getsocknameandrew hendry
2010-09-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-09-21caif: Use default send and receive buffer size in caif_socket.Sjur Braendeland
2010-09-21caif: Fix function NULL pointer check.Sjur Braendeland
2010-09-21caif: Minor fixes in log prints.Sjur Braendeland
2010-09-21caif: Remove buggy re-definition of pr_debugSjur Braendeland
2010-09-21net: constify some ppp/pptp structsEric Dumazet
2010-09-21net: core: use kernel's converter from hex to binAndy Shevchenko
2010-09-21ethtool: Fix build due to lack of ethtool.h include.David S. Miller
2010-09-21Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller
2010-09-21ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-09-21dccp ccid-3: Remove redundant 'options_received' structGerrit Renker
2010-09-21dccp tfrc/ccid-3: computing the loss rate from the Loss Event RateGerrit Renker
2010-09-21dccp ccid-3: remove dead statesGerrit Renker
2010-09-21dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker
2010-09-21dccp: Add packet type information to CCID-specific option parsingGerrit Renker
2010-09-20net: rx_dropped accountingEric Dumazet
2010-09-19bridge : Sanitize skb before it enters the IP stackBandan Das
2010-09-19rds: spin_lock_irq() is not nestableDan Carpenter
2010-09-19rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter
2010-09-19rds: signedness bugDan Carpenter
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter
2010-09-17ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet
2010-09-16ip6tnl: get rid of ip6_tnl_lockEric Dumazet
2010-09-16net: include inetdevice.h for rcu_dereference_raw api changeStephen Rothwell
2010-09-16mac80211: send last 3/5 probe requests as unicastLuis R. Rodriguez
2010-09-16mac80211: disable beacon monitor while going offchannelLuis R. Rodriguez
2010-09-16mac80211: make the beacon monitor available externallyLuis R. Rodriguez
2010-09-16mac80211: reset connection idle when going offchannelLuis R. Rodriguez
2010-09-16mac80211: reset probe send counter upon connection timer resetLuis R. Rodriguez
2010-09-16mac80211: add helper for reseting the connection monitorLuis R. Rodriguez
2010-09-16mac80211: add p2p device type supportJohannes Berg
2010-09-16cfg80211/nl80211: introduce p2p device typesJohannes Berg
2010-09-16mac80211: set running state earlierJohannes Berg
2010-09-16cfg80211/mac80211: use lockdep_assert_heldJohannes Berg
2010-09-16mac80211: use correct station flags lockJohannes Berg
2010-09-16include/net/cfg80211.h: wiphy_<level> messages use dev_printkJoe Perches
2010-09-15net: enable GRO by default for vlan devicesBrandon Philips
2010-09-15ipv4: ip_ptr cleanupsEric Dumazet
2010-09-15phonet: Fix build warning.David S. Miller
2010-09-15Phonet: list subscribed resources via proc_fsRémi Denis-Courmont
2010-09-15Phonet: look up the resource routing table when forwardingRémi Denis-Courmont
2010-09-15Phonet: hook resource routing to userspace via ioctl()'sRémi Denis-Courmont
2010-09-15Phonet: resource routing backendRémi Denis-Courmont
2010-09-15Phonet: remove dangling pipe if an endpoint is closed earlyRémi Denis-Courmont
2010-09-15Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller