summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-2310-30/+40
|\
| * tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell2012-04-221-0/+4
| * drop_monitor: allow more events per secondEric Dumazet2012-04-211-0/+1
| * net ax25: Reorder ax25_exit to remove races.Eric W. Biederman2012-04-191-4/+5
| * tcp: fix retransmit of partially acked framesEric Dumazet2012-04-181-0/+1
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-04-183-7/+9
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-183-7/+9
| | |\
| | | * mac80211: fix logic error in ibss channel type checkFelix Fietkau2012-04-171-2/+2
| | | * mac80211: fix truncated packets in cooked monitor rxFelix Fietkau2012-04-171-4/+6
| | | * cfg80211: fix interface combinations check.Lukasz Kucharczyk2012-04-131-1/+1
| * | | netns: do not leak net_generic data on failed initJulian Anastasov2012-04-181-15/+18
| |/ /
| * | tcp: fix tcp_grow_window() for large incoming framesEric Dumazet2012-04-171-0/+1
| * | net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward2012-04-161-5/+2
* | | net: Use bool and remove inline in skb_splice_bits() code.David S. Miller2012-04-231-29/+29
* | | net: speedup skb_splice_bits()Eric Dumazet2012-04-231-11/+19
* | | tcp: introduce tcp_try_coalesceEric Dumazet2012-04-231-17/+62
* | | tcp: sk_add_backlog() is too agressive for TCPEric Dumazet2012-04-232-2/+4
* | | net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-239-15/+15
* | | tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.David S. Miller2012-04-232-4/+2
* | | af_packet: packet_getsockopt() cleanupEric Dumazet2012-04-211-38/+8
* | | tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell2012-04-213-99/+67
* | | net: allow better page reuse in splice(sock -> pipe)Eric Dumazet2012-04-211-0/+3
* | | net: change big iov allocationsEric Dumazet2012-04-211-21/+16
* | | tcp: Repair connection-time negotiated parametersPavel Emelyanov2012-04-211-0/+71
* | | tcp: Report mss_clamp with TCP_MAXSEG option in repair modePavel Emelyanov2012-04-211-0/+2
* | | tcp: Repair socket queuesPavel Emelyanov2012-04-212-3/+87
* | | tcp: Initial repair modePavel Emelyanov2012-04-213-7/+96
* | | tcp: Move code aroundPavel Emelyanov2012-04-213-36/+51
* | | sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-218-8/+11
* | | net: Remove register_net_sysctl_tableEric W. Biederman2012-04-201-7/+0
* | | net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-206-46/+0
* | | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-2035-164/+43
* | | net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman2012-04-202-5/+5
* | | net ipv4: Convert devinet to use register_net_sysctlEric W. Biederman2012-04-201-34/+5
* | | net ipv6: Convert addrconf to use register_net_sysctlEric W. Biederman2012-04-201-28/+4
* | | net decnet: Convert to use register_net_sysctlEric W. Biederman2012-04-202-22/+5
* | | net neighbour: Convert to use register_net_sysctlEric W. Biederman2012-04-201-27/+6
* | | net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman2012-04-201-24/+23
* | | net llc: Don't use sysctl tables with .child entries.Eric W. Biederman2012-04-201-35/+16
* | | net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman2012-04-203-64/+30
* | | net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman2012-04-201-18/+1
* | | net ipv6: Remove unneded registration of an empty net/ipv6/neighEric W. Biederman2012-04-202-42/+0
* | | net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman2012-04-201-3/+0
* | | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-2030-56/+58
* | | net: Kill register_sysctl_rotableEric W. Biederman2012-04-205-27/+4
* | | net sysctl: Initialize the network sysctls sooner to avoid problems.Eric W. Biederman2012-04-202-2/+7
* | | net sysctl: Register an empty /proc/sys/netEric W. Biederman2012-04-201-1/+10
* | | net: Implement register_net_sysctl.Eric W. Biederman2012-04-201-0/+7
* | | Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2012-04-2011-107/+172
|\ \ \
| * | | tipc: Ensure network address change doesn't impact configuration serviceAllan Stephens2012-04-191-1/+1
OpenPOWER on IntegriCloud