summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2012-04-19tipc: delete duplicate peerport/peernode helper functionsAllan Stephens
2012-04-19tipc: Ensure network address change doesn't impact new portAllan Stephens
2012-04-19tipc: Optimize re-initialization of port message header templatesAllan Stephens
2012-04-19tipc: Ensure network address change doesn't impact name table updatesAllan Stephens
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens
2012-04-19tipc: Don't record failed publication attempt as a successAllan Stephens
2012-04-19tipc: Update node-scope publications when network address is assignedAllan Stephens
2012-04-19tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens
2012-04-19ipv4: dont drop packet in defrag but consume itEric Dumazet
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet
2012-04-19net: dont drop packet but consume itEric Dumazet
2012-04-19ipv6: dccp: dont drop packet but consume itEric Dumazet
2012-04-19packet: dont drop packet but consume itEric Dumazet
2012-04-19ipv6: tcp: dont drop packet but consume itEric Dumazet
2012-04-19netlink: dont drop packet but consume itEric Dumazet
2012-04-19ip6_tunnel: dont drop packet but consume itEric Dumazet
2012-04-19net: fix compile error of leaking kmemleak.h headerShan Wei
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-04-18Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2012-04-18tipc: Factor out name publication code to a separate functionAllan Stephens
2012-04-18tipc: introduce publication lists structAllan Stephens
2012-04-18batman-adv: skip the window protection test when the originator has no neighb...Antonio Quartulli
2012-04-18batman-adv: print OGM seq numbers as unsigned intAntonio Quartulli
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli
2012-04-18batman-adv: mark existing ogm variables as batman ivMarek Lindner
2012-04-18batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner