aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-21/+52
2009-10-29net: Fix 'Re: PACKET_TX_RING: packet size is too long'Gabor Gombas1-4/+1
2009-10-29net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov1-1/+1
2009-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller6-57/+49
2009-10-29net: Introduce dev_get_by_index_rcu()Eric Dumazet1-10/+38
2009-10-29net: Cleanup redundant tests on unsignedroel kluin3-6/+1
2009-10-29net: Cleanup redundant tests on unsignedroel kluin2-2/+2
2009-10-29Allow disabling of DSACK TCP option per routeGilad Ben-Yossef1-2/+6
2009-10-29Allow to turn off TCP window scale opt per routeGilad Ben-Yossef2-3/+6
2009-10-29Allow disabling TCP timestamp options per routeGilad Ben-Yossef2-3/+8
2009-10-29Add the no SACK route option featureGilad Ben-Yossef2-2/+5
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef6-41/+54
2009-10-29Only parse time stamp TCP option in time wait sockGilad Ben-Yossef1-2/+2
2009-10-29ip6mr: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-29ipv6 sit: Optimize multiple unregistrationEric Dumazet1-6/+11
2009-10-29ipmr: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-29ip6tnl: Optimize multiple unregistrationEric Dumazet1-3/+8
2009-10-29bridge: Optimize multiple unregistrationEric Dumazet1-10/+9
2009-10-29AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2)Neil Horman1-7/+17
2009-10-29vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN deviceYi Zou1-0/+13
2009-10-28net: Corrected spelling error heurestics->heuristicsAndreas Petlund1-2/+2
2009-10-28net: sysfs: ethtool_ops can be NULLEric Dumazet1-2/+6
2009-10-28gre: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-28ipip: Optimize multiple unregistrationEric Dumazet1-6/+11
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet2-16/+34
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet4-13/+13
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet1-32/+65
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet1-7/+13
2009-10-27mesh: use set_bit() to set MESH_WORK_HOUSEKEEPING.Rui Paulo1-2/+2
2009-10-27mac80211: Learn about mesh portals from multicast trafficJavier Cardona1-6/+15
2009-10-27mac80211: replace netif_tx_{start,stop,wake}_all_queuesJohn W. Linville3-9/+9
2009-10-27cfg80211: remove warning in deauth caseHolger Schurig1-6/+0
2009-10-27cfg80211: no cookies in cfg80211_send_XXX()Holger Schurig2-34/+23
2009-10-27mac80211: fix for incorrect sequence number on hostapd injected framesBjörn Smedman1-1/+1
2009-10-27mac80211: trivial: fix spelling in mesh_hwmpAndrey Yurovsky1-1/+1
2009-10-27cfg80211: sme: deauthenticate on assoc failureJohannes Berg3-2/+29
2009-10-27mac80211: keep auth state when assoc failsJohannes Berg1-2/+1
2009-10-27mac80211: fix ibss joiningReinette Chatre1-4/+2
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-34/+107
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet4-5/+6
2009-10-24pktgen: Dont leak kernel memoryEric Dumazet1-5/+10
2009-10-24rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet2-18/+26
2009-10-24gre: convert hash tables locking to RCUEric Dumazet1-17/+23
2009-10-24ip6tnl: convert hash tables locking to RCUEric Dumazet1-19/+25
2009-10-24ipip: convert hash tables locking to RCUEric Dumazet1-21/+28
2009-10-24xfrm6_tunnel: RCU conversionEric Dumazet1-19/+28
2009-10-24ipv6 sit: RCU conversion phase IIEric Dumazet1-18/+27
2009-10-24ipv6 sit: RCU conversion phase IEric Dumazet1-23/+50
2009-10-22pkt_sched: skbedit add support for setting markjamal1-1/+16
2009-10-22net: use WARN() for the WARN_ON in commit b6b39e8f3fbbbArjan van de Ven1-3/+3