summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: propagate NETIF_F_HIGHDMA to vlansEric Dumazet2010-09-271-3/+4
* ip: take care of last fragment in ip_append_dataEric Dumazet2010-09-241-3/+6
* net: return operator cleanupEric Dumazet2010-09-2366-170/+169Star
* X.25 remove bkl in pollandrew hendry2010-09-221-13/+1Star
* X.25 remove bkl in getsocknameandrew hendry2010-09-221-2/+0Star
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-09-2222-139/+210
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-2122-139/+210
| |\
| | * mac80211: send last 3/5 probe requests as unicastLuis R. Rodriguez2010-09-161-2/+11
| | * mac80211: disable beacon monitor while going offchannelLuis R. Rodriguez2010-09-161-0/+2
| | * mac80211: make the beacon monitor available externallyLuis R. Rodriguez2010-09-162-4/+5
| | * mac80211: reset connection idle when going offchannelLuis R. Rodriguez2010-09-161-0/+5
| | * mac80211: reset probe send counter upon connection timer resetLuis R. Rodriguez2010-09-161-0/+4
| | * mac80211: add helper for reseting the connection monitorLuis R. Rodriguez2010-09-162-5/+11
| | * mac80211: add p2p device type supportJohannes Berg2010-09-167-38/+80
| | * cfg80211/nl80211: introduce p2p device typesJohannes Berg2010-09-165-24/+61
| | * mac80211: set running state earlierJohannes Berg2010-09-161-2/+3
| | * cfg80211/mac80211: use lockdep_assert_heldJohannes Berg2010-09-167-10/+17
| | * mac80211: use correct station flags lockJohannes Berg2010-09-161-2/+3
| | * include/net/cfg80211.h: wiphy_<level> messages use dev_printkJoe Perches2010-09-161-49/+0Star
| | * mac80211: match only assigned bss in sta_info_get_bssJohannes Berg2010-09-141-1/+1
| | * mac80211: wait for scan work complete before restarting hwStanislaw Gruszka2010-09-141-0/+3
| | * mac80211: Fix dangling pointer in ieee80211_xmitSteve deRosier2010-09-141-0/+1
| | * nl80211: Uninitialized variableBill Jordan2010-09-141-1/+1
| | * net/wireless: use ARRAY_SIZE macro in radiotap.cNikitas Angelinas2010-09-141-1/+2
* | | caif: Use default send and receive buffer size in caif_socket.Sjur Braendeland2010-09-221-7/+0Star
* | | caif: Fix function NULL pointer check.Sjur Braendeland2010-09-221-1/+1
* | | caif: Minor fixes in log prints.Sjur Braendeland2010-09-222-7/+3Star
* | | caif: Remove buggy re-definition of pr_debugSjur Braendeland2010-09-221-3/+0Star
* | | net: constify some ppp/pptp structsEric Dumazet2010-09-221-1/+1
* | | net: core: use kernel's converter from hex to binAndy Shevchenko2010-09-222-12/+11Star
* | | ethtool: Fix build due to lack of ethtool.h include.David S. Miller2010-09-221-0/+1
* | | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller2010-09-226-104/+69Star
|\ \ \
| * | | dccp ccid-3: Remove redundant 'options_received' structGerrit Renker2010-09-212-23/+8Star
| * | | dccp tfrc/ccid-3: computing the loss rate from the Loss Event RateGerrit Renker2010-09-213-5/+19
| * | | dccp ccid-3: remove dead statesGerrit Renker2010-09-212-30/+9Star
| * | | dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker2010-09-211-10/+3Star
| * | | dccp: Add packet type information to CCID-specific option parsingGerrit Renker2010-09-213-41/+35Star
| |/ /
* | | ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings2010-09-211-2/+2
* | | net: rx_dropped accountingEric Dumazet2010-09-207-8/+28
|/ /
* | bridge : Sanitize skb before it enters the IP stackBandan Das2010-09-192-30/+80
* | rds: spin_lock_irq() is not nestableDan Carpenter2010-09-192-4/+4
* | rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter2010-09-191-1/+0Star
* | rds: signedness bugDan Carpenter2010-09-191-1/+1
* | ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings2010-09-181-0/+34
* | netns: keep vlan slaves on master netns moveDavid Lamparter2010-09-182-0/+8
* | ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet2010-09-171-2/+5
* | ip6tnl: get rid of ip6_tnl_lockEric Dumazet2010-09-171-30/+28Star
* | net: include inetdevice.h for rcu_dereference_raw api changeStephen Rothwell2010-09-171-0/+1
* | net: enable GRO by default for vlan devicesBrandon Philips2010-09-161-0/+5
* | ipv4: ip_ptr cleanupsEric Dumazet2010-09-164-5/+5