aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[NET]: split dev_ifsioc() according to lockingJeff Garzik1-30/+58
2007-10-10[NET]: sparse warning fixesStephen Hemminger3-21/+22
2007-10-10[NETNS]: Simplify the network namespace list locking rules.Eric W. Biederman1-17/+6
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger2-21/+6
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger2-14/+11
2007-10-10[NET]: Make the loopback device per network namespace.Eric W. Biederman1-2/+3
2007-10-10[NET]: Add network namespace clone & unshare support.Eric W. Biederman1-2/+41
2007-10-10[NET]: Fix running without sysfsEric W. Biederman3-23/+20
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-4/+4
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2-21/+8
2007-10-10[NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov1-8/+4
2007-10-10[SKBUFF]: Fix up csum_start when head room changesHerbert Xu1-10/+8
2007-10-10[NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu1-1/+1
2007-10-10[IPV4/IPV6/DECNET]: Small cleanup for fib rules.Denis V. Lunev1-11/+11
2007-10-10[NET]: Cleanup calling netdev notifiers.Pavel Emelyanov1-19/+13
2007-10-10[NETNS]: Consolidate hashes creation in netdev_init()Pavel Emelyanov1-17/+24
2007-10-10[NET]: Fix the prototype of call_netdevice_notifiers.Eric W. Biederman1-2/+2
2007-10-10[NET]: migrate HARD_TX_LOCK to header fileJamal Hadi Salim1-12/+0
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-4/+12
2007-10-10[NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman2-2/+10
2007-10-10[NET]: Add a might_sleep() to dev_close().David S. Miller1-0/+2
2007-10-10[PATCH] NET : convert IP route cache garbage collection from softirq processing to a workqueueEric Dumazet1-67/+122
2007-10-10[NET]: #if 0 out net_alloc() for now.David S. Miller1-0/+2
2007-10-10[NET]: netlink support for moving devices between network namespaces.Eric W. Biederman1-0/+35
2007-10-10[NET]: Implement network device movement between namespacesEric W. Biederman1-10/+179
2007-10-10[NET]: Factor out __dev_alloc_name from dev_alloc_nameEric W. Biederman1-13/+35
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman9-118/+250
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-2/+2
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman4-0/+15
2007-10-10[NET]: Initialize the network namespace of network devices.Eric W. Biederman1-0/+1
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-2/+4
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman5-16/+21
2007-10-10[NET]: Basic network namespace infrastructure.Eric W. Biederman2-1/+293
2007-10-10[NET]: Change type of owner in sock_lock_t to int, renameJohn Heffner1-3/+3
2007-10-10[PKTGEN]: Remove softirq scheduling.Robert Olsson1-32/+3
2007-10-10[PKTGEN]: Multiqueue support.Robert Olsson1-0/+59
2007-10-10[ETHTOOL]: Internal cleanup of ethtool_value-related handlersJeff Garzik1-160/+39
2007-10-10[ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGSJeff Garzik1-0/+38
2007-10-10[ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_countJeff Garzik1-25/+70
2007-10-10[ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctlsJeff Garzik1-0/+61
2007-10-10[NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma1-19/+25
2007-10-10[NEIGH]: Netlink notificationsThomas Graf1-20/+13
2007-10-10[NEIGH]: Combine neighbour cleanup and releaseThomas Graf1-14/+13
2007-10-10[RTNETLINK]: Introduce generic rtnl_create_link().Pavel Emelianov1-30/+53
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger4-109/+131
2007-09-16[PKTGEN]: srcmac fixAdit Ranadive1-0/+10
2007-09-14[NET]: Fix two issues wrt. SO_BINDTODEVICE.David S. Miller1-48/+58
2007-09-11[NET]: Do not dereference iov if length is zeroHerbert Xu1-0/+3
2007-08-30[PKTGEN]: Remove write-only variable.Pavel Emelyanov1-3/+0
2007-08-28[PKTGEN]: Fix multiqueue oops.Robert Olsson1-2/+3