aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Use inet_csk_route_child_sock() in DCCP and TCP.David S. Miller2011-05-082-17/+20
* ipv4: Create inet_csk_route_child_sock().David S. Miller2011-05-082-0/+36
* sctp: Store a flowi in transports to provide persistent keying.David S. Miller2011-05-082-6/+4
* ipv4: Use cork flow in ip_queue_xmit()David S. Miller2011-05-081-2/+3
* ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}()David S. Miller2011-05-081-5/+7
* ipv4: Lock socket and use cork flow in ip4_datagram_connect().David S. Miller2011-05-081-8/+15
* l2tp: Use cork flow in l2tp_ip_connect() and l2tp_ip_sendmsg()David S. Miller2011-05-081-7/+9
* l2tp: Fix locking in l2tp_core.cDavid S. Miller2011-05-081-0/+8
* l2tp: Fix locking in l2tp_ip.cDavid S. Miller2011-05-081-4/+15
* tcp: Use cork flow in tcp_v4_connect()David S. Miller2011-05-081-6/+7
* dccp: Use cork flow in dccp_v4_connect()David S. Miller2011-05-081-5/+6
* ethtool: remove phys_id from ethtool_opsStephen Hemminger2011-05-082-12/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-05-077-96/+100
|\
| * ixgbe: add ethtool counters for OS2BMCEmil Tantilov2011-05-073-1/+18
| * ixgbe: add rxhash supportEmil Tantilov2011-05-072-2/+19
| * igb: convert to ethtool set_phys_idJeff Kirsher2011-05-071-18/+19
| * e1000: convert to set_phys_idJeff Kirsher2011-05-072-37/+16
| * e100: implemenet set_phys_idJeff Kirsher2011-05-071-38/+28
* | hamachi: Put back RX_CHECKSUMDavid S. Miller2011-05-071-0/+1
|/
* ipv4: Initialize cork->opt using NULL not 0.David S. Miller2011-05-061-1/+1
* ipv4: Initialize on-stack cork more efficiently.David S. Miller2011-05-061-1/+4
* inet: Decrease overhead of on-stack inet_cork.David S. Miller2011-05-065-33/+41
* hamachi: Delete TX checksumming code commented out since 1999David S. Miller2011-05-061-79/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-0528-66/+170
|\
| * can: fix SJA1000 dlc for RTR packetsKurt Van Dijck2011-05-051-1/+1
| * usbnet: runtime pm: fix out of memoryMing Lei2011-05-051-3/+7
| * net: ip_expire() must revalidate routeEric Dumazet2011-05-041-16/+15
| * sysctl: net: call unregister_net_sysctl_table where neededLucian Adrian Grijincu2011-05-022-2/+2
| * Revert: veth: remove unneeded ifname code from veth_newlink()Jiri Pirko2011-05-021-0/+12
| * smsc95xx: fix reset checkRabin Vincent2011-05-021-1/+1
| * tg3: Fix failure to enable WoL by default when possibleRafael J. Wysocki2011-05-021-2/+6
| * networking: inappropriate ioctl operation should return ENOTTYLifeng Sun2011-05-021-3/+3
| * amd8111e: trivial typo spelling: Negotitate -> NegotiateJoe Perches2011-05-021-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-05-025-17/+47
| |\
| | * iwl4965: fix "Received BA when not expected"Stanislaw Gruszka2011-04-291-6/+12
| | * iwlagn: fix "Received BA when not expected"Stanislaw Gruszka2011-04-291-6/+11
| | * iwl4965: fix "TX Power requested while scanning"Stanislaw Gruszka2011-04-281-4/+4
| | * iwlegacy: led stay solid on when no trafficWey-Yi Guy2011-04-281-1/+19
| | * b43: trivial: update module info about ucode16_mimo firmwareRafał Miłecki2011-04-281-0/+1
| * | ipv4: don't spam dmesg with "Using LC-trie" messagesAlexey Dobriyan2011-05-011-3/+0
| * | af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman2011-05-011-1/+15
| * | mii: add support of pause frames in mii_get_anartpol2011-04-291-0/+4
| * | net: ftmac100: fix scheduling while atomic during PHY link status changeAdam Jaremko2011-04-291-4/+4
| * | usbnet: Transfer of maintainershipOliver Neukum2011-04-291-1/+1
| * | usbnet: add support for some Huawei modems with cdc-ether portsDan Williams2011-04-291-2/+12
| * | bnx2: cancel timer on device removalNeil Horman2011-04-291-0/+2
| * | dsa/mv88e6131: fix unknown multicast/broadcast forwarding on mv88e6085Peter Korsgaard2011-04-282-7/+23
| * | usbnet: Resubmit interrupt URB if device is openPaul Stewart2011-04-282-0/+9
| * | xfrm: Check for the new replay implementation if an esn state is insertedSteffen Klassert2011-04-261-0/+3
| * | esp6: Fix scatterlist initializationSteffen Klassert2011-04-261-1/+1