summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-2135-164/+43Star
* | | | net: Convert nf_conntrack_proto to use register_net_sysctlEric W. Biederman2012-04-212-5/+5
* | | | net ipv4: Convert devinet to use register_net_sysctlEric W. Biederman2012-04-211-34/+5Star
* | | | net ipv6: Convert addrconf to use register_net_sysctlEric W. Biederman2012-04-211-28/+4Star
* | | | net decnet: Convert to use register_net_sysctlEric W. Biederman2012-04-212-22/+5Star
* | | | net neighbour: Convert to use register_net_sysctlEric W. Biederman2012-04-211-27/+6Star
* | | | net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman2012-04-211-24/+23Star
* | | | net llc: Don't use sysctl tables with .child entries.Eric W. Biederman2012-04-211-35/+16Star
* | | | net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman2012-04-213-64/+30Star
* | | | net ipv4: Remove the unneeded registration of an empty net/ipv4/neighEric W. Biederman2012-04-211-18/+1Star
* | | | net ipv6: Remove unneded registration of an empty net/ipv6/neighEric W. Biederman2012-04-212-42/+0Star
* | | | net core: Remove unneded creation of an empty net/core sysctl directoryEric W. Biederman2012-04-211-3/+0Star
* | | | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-2130-56/+58
* | | | net: Kill register_sysctl_rotableEric W. Biederman2012-04-215-27/+4Star
* | | | net sysctl: Initialize the network sysctls sooner to avoid problems.Eric W. Biederman2012-04-212-2/+7
* | | | net sysctl: Register an empty /proc/sys/netEric W. Biederman2012-04-211-1/+10
* | | | net: Implement register_net_sysctl.Eric W. Biederman2012-04-211-0/+7
* | | | Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2012-04-2111-107/+172
|\ \ \ \
| * | | | tipc: Ensure network address change doesn't impact configuration serviceAllan Stephens2012-04-191-1/+1
| * | | | tipc: Ensure network address change doesn't impact rejected messageAllan Stephens2012-04-191-1/+1
| * | | | tipc: handle <0.0.0> as an alias for this node on outgoing msgsAllan Stephens2012-04-191-4/+4
| * | | | tipc: properly handle off-node send requests with invalid addrAllan Stephens2012-04-191-2/+9
| * | | | tipc: take lock while updating node network addressAllan Stephens2012-04-191-1/+2
| * | | | tipc: Ensure network address change doesn't impact local connectionsAllan Stephens2012-04-194-31/+34
| * | | | tipc: delete duplicate peerport/peernode helper functionsAllan Stephens2012-04-192-14/+4Star
| * | | | tipc: Ensure network address change doesn't impact new portAllan Stephens2012-04-191-4/+11
| * | | | tipc: Optimize re-initialization of port message header templatesAllan Stephens2012-04-191-2/+0Star
| * | | | tipc: Ensure network address change doesn't impact name table updatesAllan Stephens2012-04-191-4/+4
| * | | | tipc: Add routines for safe checking of node's network addressAllan Stephens2012-04-194-6/+24
| * | | | tipc: Don't record failed publication attempt as a successAllan Stephens2012-04-191-2/+3
| * | | | tipc: Update node-scope publications when network address is assignedAllan Stephens2012-04-192-7/+12
| * | | | tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens2012-04-191-5/+26
| * | | | tipc: Factor out name publication code to a separate functionAllan Stephens2012-04-181-27/+34
| * | | | tipc: introduce publication lists structAllan Stephens2012-04-181-10/+17
* | | | | ipv4: dont drop packet in defrag but consume itEric Dumazet2012-04-191-1/+1
* | | | | net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet2012-04-191-1/+4
* | | | | net: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* | | | | ipv6: dccp: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* | | | | packet: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* | | | | ipv6: tcp: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* | | | | netlink: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* | | | | ip6_tunnel: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* | | | | net: fix compile error of leaking kmemleak.h headerShan Wei2012-04-192-0/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-1836-110/+2809
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | mac80211: add function retrieve average rssiWey-Yi Guy2012-04-161-0/+8
| * | | | cfg80211: increse bss expire timeRajkumar Manoharan2012-04-161-1/+1
| * | | | mac80211: Take into account TSF adjustment latency in Toffset setpointJavier Cardona2012-04-161-1/+7
| * | | | mac80211: Choose a new toffset setpoint if a big tsf jump is detected.Javier Cardona2012-04-161-6/+20
| * | | | mac80211: check IEEE80211_HW_QUEUE_CONTROL in ieee80211_check_queues()Luciano Coelho2012-04-161-1/+2
| * | | | cfg80211: enforce lack of interface combinationsJohannes Berg2012-04-162-11/+3Star