aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-19packet: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19ipv6: tcp: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19netlink: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19ip6_tunnel: dont drop packet but consume itEric Dumazet1-1/+1
2012-04-19net: fix compile error of leaking kmemleak.h headerShan Wei2-0/+2
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville36-110/+2809
2012-04-18Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller12-74/+96
2012-04-18tipc: Factor out name publication code to a separate functionAllan Stephens1-27/+34
2012-04-18tipc: introduce publication lists structAllan Stephens1-10/+17
2012-04-18batman-adv: skip the window protection test when the originator has no neighboursAntonio Quartulli1-1/+2
2012-04-18batman-adv: print OGM seq numbers as unsigned intAntonio Quartulli1-4/+4
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli9-25/+21