Age | Commit message (Expand) | Author |
2012-04-21 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman |
2012-04-21 | net: Convert nf_conntrack_proto to use register_net_sysctl | Eric W. Biederman |
2012-04-21 | net ipv4: Convert devinet to use register_net_sysctl | Eric W. Biederman |
2012-04-21 | net ipv6: Convert addrconf to use register_net_sysctl | Eric W. Biederman |
2012-04-21 | net decnet: Convert to use register_net_sysctl | Eric W. Biederman |
2012-04-21 | net neighbour: Convert to use register_net_sysctl | Eric W. Biederman |
2012-04-21 | net ipv6: Don't use sysctl tables with .child entries. | Eric W. Biederman |
2012-04-21 | net llc: Don't use sysctl tables with .child entries. | Eric W. Biederman |
2012-04-21 | net ax25: Simplify and cleanup the ax25 sysctl handling. | Eric W. Biederman |
2012-04-21 | net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh | Eric W. Biederman |
2012-04-21 | net ipv6: Remove unneded registration of an empty net/ipv6/neigh | Eric W. Biederman |
2012-04-21 | net core: Remove unneded creation of an empty net/core sysctl directory | Eric W. Biederman |
2012-04-21 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman |
2012-04-21 | net: Kill register_sysctl_rotable | Eric W. Biederman |
2012-04-21 | net sysctl: Initialize the network sysctls sooner to avoid problems. | Eric W. Biederman |
2012-04-21 | net sysctl: Register an empty /proc/sys/net | Eric W. Biederman |
2012-04-21 | net: Implement register_net_sysctl. | Eric W. Biederman |
2012-04-21 | Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | David S. Miller |
2012-04-20 | atl1c: remove MDIO_REG_ADDR_MASK in atl1c_mdio_read/write | Huang, Xiong |
2012-04-20 | atl1c: fix WoL(magic) issue for l2cb 1.1 | Huang, Xiong |
2012-04-20 | atl1c: refine atl1c_pcie_patch | Huang, Xiong |
2012-04-20 | atl1c: refine/update ASPM configuration | Huang, Xiong |
2012-04-20 | atl1c: clear bit MASTER_CTRL_CLK_SEL_DIS in atl1c_pcie_patch | Huang, Xiong |
2012-04-20 | atl1c: refine reg definition of REG_MASTER_CTRL | Huang, Xiong |
2012-04-20 | atl1c: clear PCIE error status in atl1c_reset_pcie | Huang, Xiong |
2012-04-20 | atl1c: remove dmar_dly_cnt and dmaw_dly_cnt | Huang, Xiong |
2012-04-20 | atl1c: update right threshold for TSO | Huang, Xiong |
2012-04-20 | atl1c: add module parameter for l1c_wait_until_idle | Huang, Xiong |
2012-04-20 | atl1c: threshold for ASPM is changed based on chip capability | Huang, Xiong |
2012-04-20 | stmmac: do not fail when probe and there is no csr clk defined | Giuseppe CAVALLARO |
2012-04-20 | stmmac: verify the dma_cfg platform fields | Giuseppe CAVALLARO |
2012-04-20 | stmmac: Move the mdio_register/_unregister in probe/remove | Francesco Virlinzi |
2012-04-20 | stmmac: use custom init/exit functions in pm ops | Francesco Virlinzi |
2012-04-19 | iwlwifi: Remove inconsistent and redundant declaration | David Spinadel |
2012-04-19 | tipc: Ensure network address change doesn't impact configuration service | Allan Stephens |
2012-04-19 | tipc: Ensure network address change doesn't impact rejected message | Allan Stephens |
2012-04-19 | tipc: handle <0.0.0> as an alias for this node on outgoing msgs | Allan Stephens |
2012-04-19 | tipc: properly handle off-node send requests with invalid addr | Allan Stephens |
2012-04-19 | tipc: take lock while updating node network address | Allan Stephens |
2012-04-19 | tipc: Ensure network address change doesn't impact local connections | Allan Stephens |
2012-04-19 | tipc: delete duplicate peerport/peernode helper functions | Allan Stephens |
2012-04-19 | tipc: Ensure network address change doesn't impact new port | Allan Stephens |
2012-04-19 | tipc: Optimize re-initialization of port message header templates | Allan Stephens |
2012-04-19 | tipc: Ensure network address change doesn't impact name table updates | Allan Stephens |
2012-04-19 | tipc: Add routines for safe checking of node's network address | Allan Stephens |
2012-04-19 | tipc: Don't record failed publication attempt as a success | Allan Stephens |
2012-04-19 | tipc: Update node-scope publications when network address is assigned | Allan Stephens |
2012-04-19 | tipc: Separate cluster-scope and zone-scope names into distinct lists | Allan Stephens |
2012-04-19 | bonding: start slaves with link down for ARP monitor | Michal Kubeček |
2012-04-19 | nf_bridge: remove holes in struct nf_bridge_info | Eric Dumazet |