aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet3-3/+3
2011-09-27tcp: ECN blackhole should not force quickack modeEric Dumazet1-7/+16
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller64-286/+412
2011-09-21Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller15-1271/+1277
2011-09-21xfrm: Perform a replay check after return from async codepathsSteffen Klassert1-0/+5
2011-09-21fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng1-2/+2
2011-09-20ipv6: fix a possible double freeRoy Li1-2/+2
2011-09-20ip6_tunnel: add optional fwmark inheritEric Dumazet1-7/+16
2011-09-20Merge branch 'tipc-Sep17-2011' of git://openlinux.windriver.com/people/paulg/net-nextDavid S. Miller16-197/+239
2011-09-20Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davemJohn W. Linville3-9/+11
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davemJohn W. Linville35-257/+427
2011-09-19Merge branch 'for-3.1' of git://github.com/padovan/bluetooth-nextJohn W. Linville1-9/+8
2011-09-18tcp: fix validation of D-SACKZheng Yan1-1/+1
2011-09-18Merge git://github.com/davem330/netLinus Torvalds30-142/+187
2011-09-17tipc: Remove unused link event tracking codeYing Xue2-11/+0
2011-09-17tipc: Remove callback field from subscription structureYing Xue2-8/+1
2011-09-17tipc: Simplify prohibition of listen and accept for connectionless socketsYing Xue1-9/+3
2011-09-17tipc: Add support for SO_SNDTIMEO socket optionYing Xue1-12/+14
2011-09-17tipc: Enhance sending of bulk name table messagesAllan Stephens3-2/+54
2011-09-17tipc: relocate/coalesce node cast in tipc_named_node_upPaul Gortmaker1-2/+3
2011-09-17tipc: Prevent fragmented messages during initial name table exchangeAllan Stephens1-3/+19
2011-09-17tipc: Lower limits for number of bearers and media typesAllan Stephens2-3/+3
2011-09-17tipc: Remove redundant search when enabling bearerAllan Stephens1-15/+9
2011-09-17tipc: Fix unsafe device list search when enabling bearerAllan Stephens1-2/+4
2011-09-17tipc: Ensure both nodes recognize loss of contact between themAllan Stephens4-18/+42
2011-09-17tcp: md5: remove one indirection level in tcp_md5sig_poolEric Dumazet1-24/+17
2011-09-17ipv6: don't use inetpeer to store metrics for routes.Yan, Zheng1-11/+22
2011-09-16Revert "Scm: Remove unnecessary pid & credential references in Unix socket's send and receive path"David S. Miller1-29/+16
2011-09-16wan: make LAPB callbacks conststephen hemminger1-14/+15
2011-09-16IRDA: Fix global type conflicts in net/irda/irsysctl.c v2Andi Kleen2-6/+6
2011-09-16ipv6: Send ICMPv6 RSes only when RAs are acceptedTore Anderson1-4/+4
2011-09-16net: Handle different key sizes between address families in flow cachedpward1-14/+17
2011-09-16ipv4: Fix fib_info->fib_metrics leakYan, Zheng1-1/+9
2011-09-16caif: fix a potential NULL dereferenceEric Dumazet1-1/+5
2011-09-16can-gw: add netlink based CAN routingOliver Hartkopp3-0/+973
2011-09-16sctp: deal with multiple COOKIE_ECHO chunksMax Matveev2-0/+11
2011-09-16mac80211: fix endian issues and comments for BAR failure handlingFelix Fietkau1-6/+8
2011-09-16wireless: Fix rate mask for scan requestRajkumar Manoharan1-0/+2
2011-09-16wireless: Reset beacon_found while updating regulatoryRajkumar Manoharan1-0/+1
2011-09-16Merge branch 'for-davem' of git://git.infradead.org/users/linville/wireless-nextDavid S. Miller2-15/+7
2011-09-16Merge branch 'master' of ../netdev/David S. Miller13-37/+39
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko6-58/+47
2011-09-15Merge branch 'master' of git://git.infradead.org/users/linville/wireless into for-davemJohn W. Linville1-1/+1
2011-09-156LoWPAN: fix skb_copy callalex.bluesman.smirnov@gmail.com1-8/+9
2011-09-15br: remove redundant check and initJiri Pirko1-14/+12
2011-09-15net: linkwatch: allow vlans to get carrier changes fasterEric Dumazet1-2/+7
2011-09-15net, rds, Replace xlist in net/rds/xlist.h with llistHuang Ying3-141/+52
2011-09-156LoWPAN: call dev_put() on error in lowpan_newlink()Dan Carpenter1-1/+4
2011-09-156LoWPAN: use the _safe version of list_for_eachDan Carpenter1-1/+3
2011-09-156LoWPAN: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1