summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-03-15tcp_cubic: make the delay threshold of HyStart less sensitiveSangtae Ha1-1/+1
2011-03-15tcp_cubic: enable high resolution ack time if neededstephen hemminger1-0/+4
2011-03-15tcp_cubic: fix clock dependencystephen hemminger1-12/+19
2011-03-15tcp_cubic: make ack train delta value a parameterstephen hemminger1-1/+4
2011-03-15tcp_cubic: fix comparison of jiffiesstephen hemminger1-2/+4
2011-03-15tcp: fix RTT for quick packets in congestion controlstephen hemminger1-1/+1
2011-03-15af_unix: update locking commentDaniel Baluta1-1/+1
2011-03-15bridge: skip forwarding delay if not using STPstephen hemminger1-2/+2
2011-03-15bridge: control carrier based on ports onlinestephen hemminger3-13/+27
2011-03-14Merge branch 'tipc-Mar14-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller1-1/+1
2011-03-14pktgen: bug fix in transmission headers with frags=0Daniel Turull1-2/+1
2011-03-14mac80211: fix channel type recalculation with HT and non-HT interfacesFelix Fietkau1-0/+3
2011-03-14mac80211: Shortcut minstrel_ht rate setup for non-MRR capable devicesHelmut Schaa1-7/+34
2011-03-14netfilter: nf_conntrack: fix sysctl memory leakStephen Hemminger1-0/+1
2011-03-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-15/+64
2011-03-14netfilter: x_tables: return -ENOENT for non-existant matches/targetsPatrick McHardy1-2/+2
2011-03-14tipc: delete extra semicolon blocking node deletionPaul Gortmaker1-1/+1
2011-03-14kill path_lookup()Al Viro1-1/+1
2011-03-14inetpeer: should use call_rcu() variantEric Dumazet1-1/+1
2011-03-14xfrm: Add user interface for esn and big anti-replay windowsSteffen Klassert2-14/+87
2011-03-14xfrm: Add support for IPsec extended sequence numbersSteffen Klassert2-1/+193
2011-03-14xfrm: Support anti-replay window size bigger than 32 packetsSteffen Klassert1-1/+206
2011-03-14xfrm: Move IPsec replay detection functions to a separate fileSteffen Klassert6-124/+154
2011-03-14esp6: Add support for IPsec extended sequence numbersSteffen Klassert1-19/+86
2011-03-14esp4: Add support for IPsec extended sequence numbersSteffen Klassert1-18/+82
2011-03-14xfrm: Use separate low and high order bits of the sequence numbers in xfrm_sk...Steffen Klassert6-9/+9
2011-03-14Merge branch 'tipc-Mar13-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller21-387/+273
2011-03-14ipv4: Fix PMTU update.Hiroaki SHIMODA2-5/+18
2011-03-13tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens3-16/+0
2011-03-13tipc: Eliminate remaining support for routing table messagesAllan Stephens3-46/+4
2011-03-13tipc: Remove bearer flag indicating existence of broadcast addressAllan Stephens2-7/+2
2011-03-13tipc: Don't respond to neighbor discovery request on blocked bearerAllan Stephens1-1/+1
2011-03-13tipc: Eliminate unnecessary constant for neighbor discovery msg sizeAllan Stephens2-3/+2
2011-03-13tipc: Remove unused field in bearer structureAllan Stephens2-3/+0
2011-03-13tipc: Correct misnamed references to neighbor discovery domainAllan Stephens3-9/+9
2011-03-13tipc: Optimizations to link creation codeAllan Stephens5-36/+28
2011-03-13tipc: Give Tx of discovery responses priority over link messagesAllan Stephens1-7/+9
2011-03-13tipc: Cosmetic changes to neighbor discovery logicAllan Stephens1-44/+59
2011-03-13tipc: Fix redundant link field handling in link protocol messageAllan Stephens1-1/+3
2011-03-13tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens2-11/+3
2011-03-13tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker4-9/+9
2011-03-13tipc: Eliminate timestamp from link protocol messagesAllan Stephens3-12/+0
2011-03-13tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens3-23/+6
2011-03-13tipc: Convert node object array to a hash tableAllan Stephens5-55/+70
2011-03-13tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens6-55/+7
2011-03-13tipc: Split up unified structure of network-related variablesAllan Stephens5-42/+33
2011-03-13tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens3-6/+8
2011-03-13tipc: Add support for SO_RCVTIMEO socket optionAllan Stephens1-15/+17
2011-03-13tipc: Cosmetic changes to node subscription codeAllan Stephens4-13/+27
2011-03-13tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens2-8/+10