summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | ipv4: force_igmp_version ignored when a IGMPv3 query receivedBob Arendt2010-09-131-1/+1
| * | net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter2010-09-131-1/+2
| * | sch_atm: Fix potential NULL deref.David S. Miller2010-09-121-4/+0
* | | net: fix rcu use in ip_route_output_slowEric Dumazet2010-09-261-1/+1
* | | rps: allocate rx queues in register_netdevice onlyEric Dumazet2010-09-261-44/+32
* | | net: propagate NETIF_F_HIGHDMA to vlansEric Dumazet2010-09-261-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/+169
* | | X.25 remove bkl in pollandrew hendry2010-09-221-13/+1
* | | X.25 remove bkl in getsocknameandrew hendry2010-09-221-2/+0
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-09-2122-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/+0
| | * | | 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-211-7/+0
* | | | | caif: Fix function NULL pointer check.Sjur Braendeland2010-09-211-1/+1
* | | | | caif: Minor fixes in log prints.Sjur Braendeland2010-09-212-7/+3
* | | | | caif: Remove buggy re-definition of pr_debugSjur Braendeland2010-09-211-3/+0
* | | | | net: constify some ppp/pptp structsEric Dumazet2010-09-211-1/+1
* | | | | net: core: use kernel's converter from hex to binAndy Shevchenko2010-09-212-12/+11
* | | | | ethtool: Fix build due to lack of ethtool.h include.David S. Miller2010-09-211-0/+1
* | | | | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller2010-09-216-104/+69
|\ \ \ \ \
| * | | | | dccp ccid-3: Remove redundant 'options_received' structGerrit Renker2010-09-212-23/+8
| * | | | | 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/+9
| * | | | | dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker2010-09-211-10/+3
| * | | | | dccp: Add packet type information to CCID-specific option parsingGerrit Renker2010-09-213-41/+35
| |/ / / /
* | | | | 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/+0
* | | | rds: signedness bugDan Carpenter2010-09-191-1/+1
* | | | ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings2010-09-171-0/+34
* | | | netns: keep vlan slaves on master netns moveDavid Lamparter2010-09-172-0/+8
OpenPOWER on IntegriCloud