Commit Graph

699 Commits (06c5040cdb13d27adad118f2fbfae905a1911b37)

Author SHA1 Message Date
Denis V. Lunev cd40b7d398 [NET]: make netlink user -> kernel interface synchronious 18 years ago
Denis V. Lunev 1536cc0d55 [NET]: rtnl_unlock cleanups 18 years ago
Pavel Emelyanov 9b77265235 [NET]: Remove double dev->flags checking when calling dev_close() 18 years ago
Pavel Emelyanov 32f0c4cbe4 [NETNS]: Don't memset() netns to zero manually 18 years ago
Pavel Emelyanov 4665079cbb [NETNS]: Move some code into __init section when CONFIG_NET_NS=n 18 years ago
Jeff Garzik 14e3e07979 [NET]: split dev_ifsioc() according to locking 18 years ago
Stephen Hemminger cfcabdcc2d [NET]: sparse warning fixes 18 years ago
Eric W. Biederman f4618d39a3 [NETNS]: Simplify the network namespace list locking rules. 18 years ago
Stephen Hemminger 3b04ddde02 [NET]: Move hardware header operations out of netdevice. 18 years ago
Stephen Hemminger 0c4e85813d [NET]: Wrap netdevice hardware header creation. 18 years ago
Eric W. Biederman 2774c7aba6 [NET]: Make the loopback device per network namespace. 18 years ago
Eric W. Biederman 9dd776b6d7 [NET]: Add network namespace clone & unshare support. 18 years ago
Eric W. Biederman 8b41d1887d [NET]: Fix running without sysfs 18 years ago
Daniel Lezcano de3cb747ff [NET]: Dynamically allocate the loopback device, part 1. 18 years ago
Joe Perches 0795af5729 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() 18 years ago
Pavel Emelyanov 768f3591e2 [NETNS]: Cleanup list walking in setup_net and cleanup_net 18 years ago
Herbert Xu 52886051ff [SKBUFF]: Fix up csum_start when head room changes 18 years ago
Herbert Xu 0cfad07555 [NETLINK]: Avoid pointer in netlink_run_queue 18 years ago
Denis V. Lunev 76c72d4f44 [IPV4/IPV6/DECNET]: Small cleanup for fib rules. 18 years ago
Pavel Emelyanov 056925ab31 [NET]: Cleanup calling netdev notifiers. 18 years ago
Pavel Emelyanov 30d97d3585 [NETNS]: Consolidate hashes creation in netdev_init() 18 years ago
Eric W. Biederman ad7379d494 [NET]: Fix the prototype of call_netdevice_notifiers. 18 years ago
Jamal Hadi Salim 22dd749501 [NET]: migrate HARD_TX_LOCK to header file 18 years ago
Jeff Garzik 88d3aafdae [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls 18 years ago
Eric W. Biederman 077130c0cf [NET]: Fix race when opening a proc file while a network namespace is exiting. 18 years ago
David S. Miller 9d5010db7e [NET]: Add a might_sleep() to dev_close(). 18 years ago
Eric Dumazet 86bba269d0 [PATCH] NET : convert IP route cache garbage collection from softirq processing to a workqueue 18 years ago
David S. Miller 678aa8e4eb [NET]: #if 0 out net_alloc() for now. 18 years ago
Eric W. Biederman d8a5ec6727 [NET]: netlink support for moving devices between network namespaces. 18 years ago
Eric W. Biederman ce286d3273 [NET]: Implement network device movement between namespaces 18 years ago
Eric W. Biederman b267b17964 [NET]: Factor out __dev_alloc_name from dev_alloc_name 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman b4b510290b [NET]: Support multiple network namespaces with netlink 18 years ago
Eric W. Biederman e9dc865340 [NET]: Make device event notification network namespace safe 18 years ago
Eric W. Biederman 6d34b1c27a [NET]: Initialize the network namespace of network devices. 18 years ago
Eric W. Biederman 1b8d7ae42d [NET]: Make socket creation namespace safe. 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Eric W. Biederman 5f256becd8 [NET]: Basic network namespace infrastructure. 18 years ago
John Heffner d2e9117c7a [NET]: Change type of owner in sock_lock_t to int, rename 18 years ago
Robert Olsson b163911f8a [PKTGEN]: Remove softirq scheduling. 18 years ago
Robert Olsson 45b270f880 [PKTGEN]: Multiqueue support. 18 years ago
Jeff Garzik 13c99b248f [ETHTOOL]: Internal cleanup of ethtool_value-related handlers 18 years ago
Jeff Garzik 339bf02475 [ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGS 18 years ago
Jeff Garzik ff03d49f0c [ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_count 18 years ago
Jeff Garzik 3ae7c0b2e3 [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls 18 years ago
Satyam Sharma 0bcc181618 [NET] netconsole: Support dynamic reconfiguration using configfs 18 years ago
Thomas Graf d961db358f [NEIGH]: Netlink notifications 18 years ago
Thomas Graf 4f494554f9 [NEIGH]: Combine neighbour cleanup and release 18 years ago
Pavel Emelianov e71992889e [RTNETLINK]: Introduce generic rtnl_create_link(). 18 years ago
Stephen Hemminger bea3348eef [NET]: Make NAPI polling independent of struct net_device objects. 18 years ago