aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-04-24af_netlink: drop_monitor/dropwatch friendlyEric Dumazet
2012-04-24af_netlink: cleanupsEric Dumazet
2012-04-24net: skb_can_coalesce returns a booleanEric Dumazet
2012-04-23tcp: tcp_try_coalesce returns a booleanEric Dumazet
2012-04-23net: make spd_fill_page() linear argument a boolEric Dumazet
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-23net: Use bool and remove inline in skb_splice_bits() code.David S. Miller
2012-04-23net: speedup skb_splice_bits()Eric Dumazet
2012-04-23tcp: introduce tcp_try_coalesceEric Dumazet
2012-04-23tcp: sk_add_backlog() is too agressive for TCPEric Dumazet
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet
2012-04-23tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.David S. Miller
2012-04-22tcp: fix TCP_MAXSEG for established IPv6 passive socketsNeal Cardwell
2012-04-21af_packet: packet_getsockopt() cleanupEric Dumazet
2012-04-21tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell
2012-04-21net: allow better page reuse in splice(sock -> pipe)Eric Dumazet
2012-04-21drop_monitor: allow more events per secondEric Dumazet
2012-04-21net: change big iov allocationsEric Dumazet
2012-04-21tcp: Repair connection-time negotiated parametersPavel Emelyanov
2012-04-21tcp: Report mss_clamp with TCP_MAXSEG option in repair modePavel Emelyanov
2012-04-21tcp: Repair socket queuesPavel Emelyanov
2012-04-21tcp: Initial repair modePavel Emelyanov
2012-04-21tcp: Move code aroundPavel Emelyanov
2012-04-21sock: Introduce named constants for sk_reusePavel Emelyanov
2012-04-20net: Remove register_net_sysctl_tableEric W. Biederman
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman
2012-04-20net ipv4: Convert devinet to use register_net_sysctlEric W. Biederman
2012-04-20net ipv6: Convert addrconf to use register_net_sysctlEric W. Biederman
2012-04-20net decnet: Convert to use register_net_sysctlEric W. Biederman
2012-04-20net neighbour: Convert to use register_net_sysctlEric W. Biederman
2012-04-20net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman
2012-04-20net llc: Don't use sysctl tables with .child entries.Eric W. Biederman
2012-04-20net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman
2012-04-20net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman
2012-04-20net ipv6: Remove unneded registration of an empty net/ipv6/neighEric W. Biederman
2012-04-20net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-04-20net: Kill register_sysctl_rotableEric W. Biederman
2012-04-20net sysctl: Initialize the network sysctls sooner to avoid problems.Eric W. Biederman
2012-04-20net sysctl: Register an empty /proc/sys/netEric W. Biederman
2012-04-20net: Implement register_net_sysctl.Eric W. Biederman
2012-04-20Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2012-04-19tipc: Ensure network address change doesn't impact configuration serviceAllan Stephens
2012-04-19tipc: Ensure network address change doesn't impact rejected messageAllan Stephens
2012-04-19tipc: handle <0.0.0> as an alias for this node on outgoing msgsAllan Stephens
2012-04-19tipc: properly handle off-node send requests with invalid addrAllan Stephens
2012-04-19tipc: take lock while updating node network addressAllan Stephens
2012-04-19tipc: Ensure network address change doesn't impact local connectionsAllan Stephens