aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet9-15/+15
2012-04-23tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.David S. Miller2-4/+2
2012-04-21af_packet: packet_getsockopt() cleanupEric Dumazet1-38/+8
2012-04-21tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell3-99/+67
2012-04-21net: allow better page reuse in splice(sock -> pipe)Eric Dumazet1-0/+3
2012-04-21net: change big iov allocationsEric Dumazet1-21/+16
2012-04-21tcp: Repair connection-time negotiated parametersPavel Emelyanov1-0/+71
2012-04-21tcp: Report mss_clamp with TCP_MAXSEG option in repair modePavel Emelyanov1-0/+2
2012-04-21tcp: Repair socket queuesPavel Emelyanov2-3/+87
2012-04-21tcp: Initial repair modePavel Emelyanov3-7/+96
2012-04-21tcp: Move code aroundPavel Emelyanov3-36/+51
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov8-8/+11
2012-04-20net: Remove register_net_sysctl_tableEric W. Biederman1-7/+0
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman6-46/+0
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman35-164/+43
2012-04-20net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman2-5/+5
2012-04-20net ipv4: Convert devinet to use register_net_sysctlEric W. Biederman1-34/+5
2012-04-20net ipv6: Convert addrconf to use register_net_sysctlEric W. Biederman1-28/+4
2012-04-20net decnet: Convert to use register_net_sysctlEric W. Biederman2-22/+5
2012-04-20net neighbour: Convert to use register_net_sysctlEric W. Biederman1-27/+6
2012-04-20net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman1-24/+23
2012-04-20net llc: Don't use sysctl tables with .child entries.Eric W. Biederman1-35/+16
2012-04-20net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman3-64/+30
2012-04-20net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman1-18/+1
2012-04-20net ipv6: Remove unneded registration of an empty net/ipv6/neighEric W. Biederman2-42/+0
2012-04-20net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman1-3/+0
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman30-56/+58
2012-04-20net: Kill register_sysctl_rotableEric W. Biederman5-27/+4
2012-04-20net sysctl: Initialize the network sysctls sooner to avoid problems.Eric W. Biederman2-2/+7
2012-04-20net sysctl: Register an empty /proc/sys/netEric W. Biederman1-1/+10
2012-04-20net: Implement register_net_sysctl.Eric W. Biederman1-0/+7
2012-04-20Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller11-107/+172
2012-04-19tipc: Ensure network address change doesn't impact configuration serviceAllan Stephens1-1/+1
2012-04-19tipc: Ensure network address change doesn't impact rejected messageAllan Stephens1-1/+1
2012-04-19tipc: handle <0.0.0> as an alias for this node on outgoing msgsAllan Stephens1-4/+4
2012-04-19tipc: properly handle off-node send requests with invalid addrAllan Stephens1-2/+9
2012-04-19tipc: take lock while updating node network addressAllan Stephens1-1/+2
2012-04-19tipc: Ensure network address change doesn't impact local connectionsAllan Stephens4-31/+34
2012-04-19tipc: delete duplicate peerport/peernode helper functionsAllan Stephens2-14/+4
2012-04-19tipc: Ensure network address change doesn't impact new portAllan Stephens1-4/+11
2012-04-19tipc: Optimize re-initialization of port message header templatesAllan Stephens1-2/+0
2012-04-19tipc: Ensure network address change doesn't impact name table updatesAllan Stephens1-4/+4
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens4-6/+24
2012-04-19tipc: Don't record failed publication attempt as a successAllan Stephens1-2/+3
2012-04-19tipc: Update node-scope publications when network address is assignedAllan Stephens2-7/+12
2012-04-19tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens1-5/+26
2012-04-19ipv4: dont drop packet in defrag but consume itEric Dumazet1-1/+1
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet1-1/+4
2012-04-19net: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19ipv6: dccp: dont drop packet but consume itEric Dumazet1-1/+1