Age | Commit message (Expand) | Author | Files | Lines |
2007-10-11 | [NET]: Cleanup calling netdev notifiers. | Pavel Emelyanov | 1 | -19/+13 |
2007-10-11 | [NETNS]: Consolidate hashes creation in netdev_init() | Pavel Emelyanov | 1 | -17/+24 |
2007-10-11 | [NET]: Fix the prototype of call_netdevice_notifiers. | Eric W. Biederman | 1 | -2/+2 |
2007-10-11 | [NET]: migrate HARD_TX_LOCK to header file | Jamal Hadi Salim | 1 | -12/+0 |
2007-10-11 | [NET]: Fix race when opening a proc file while a network namespace is exiting. | Eric W. Biederman | 1 | -1/+5 |
2007-10-11 | [NET]: Add a might_sleep() to dev_close(). | David S. Miller | 1 | -0/+2 |
2007-10-11 | [NET]: Implement network device movement between namespaces | Eric W. Biederman | 1 | -10/+179 |
2007-10-11 | [NET]: Factor out __dev_alloc_name from dev_alloc_name | Eric W. Biederman | 1 | -13/+35 |
2007-10-11 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -93/+178 |
2007-10-11 | [NET]: Initialize the network namespace of network devices. | Eric W. Biederman | 1 | -0/+1 |
2007-10-11 | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 1 | -9/+10 |
2007-10-11 | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 1 | -74/+106 |
2007-08-14 | [NET]: Share correct feature code between bridging and bonding | Herbert Xu | 1 | -0/+39 |
2007-07-31 | [NET]: Allow netdev REGISTER/CHANGENAME events to fail | Herbert Xu | 1 | -10/+52 |
2007-07-31 | [NET]: Take dev_base_lock when moving device name hash list entry | Herbert Xu | 1 | -0/+4 |
2007-07-31 | [NET]: Call uninit if necessary in register_netdevice | Herbert Xu | 1 | -3/+8 |
2007-07-31 | [NET]: kernel-doc fixes | Randy Dunlap | 1 | -5/+11 |
2007-07-21 | [NET]: Fix loopback crashes when multiqueue is enabled. | Patrick McHardy | 1 | -2/+2 |
2007-07-19 | [NET] CORE: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-07-18 | [NET]: move __dev_addr_discard adjacent to dev_addr_discard for readability | Denis Cheng | 1 | -14/+14 |
2007-07-18 | [NET]: merge dev_unicast_discard and dev_mc_discard into one | Denis Cheng | 1 | -12/+4 |
2007-07-18 | [NET]: move dev_mc_discard from dev_mcast.c to dev.c | Denis Cheng | 1 | -1/+13 |
2007-07-15 | [NET]: Add macvlan driver | Patrick McHardy | 1 | -0/+26 |
2007-07-15 | [NET]: Add net_device change_rx_mode callback | Patrick McHardy | 1 | -1/+16 |
2007-07-13 | Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwilli... | Linus Torvalds | 1 | -34/+78 |
2007-07-13 | dmaengine: make clients responsible for managing channels | Dan Williams | 1 | -34/+78 |
2007-07-11 | [NET]: Fix secondary unicast/multicast address count maintenance | Patrick McHardy | 1 | -11/+10 |
2007-07-11 | [CORE] Stack changes to add multiqueue hardware support API | Peter P Waskiewicz Jr | 1 | -10/+26 |
2007-07-11 | [NET]: Fix TX checksum feature check | Herbert Xu | 1 | -5/+5 |
2007-07-11 | [NET]: dev: secondary unicast address support | Patrick McHardy | 1 | -17/+127 |
2007-07-11 | [NET]: dev: introduce generic net_device address lists | Patrick McHardy | 1 | -0/+69 |
2007-07-11 | [NET]: IPV6 checksum offloading in network devices | Stephen Hemminger | 1 | -3/+21 |
2007-06-24 | [NET]: Re-enable irqs before pushing pending DMA requests | Shannon Nelson | 1 | -1/+1 |
2007-06-08 | [NET]: Avoid duplicate netlink notification when changing link state | Thomas Graf | 1 | -3/+5 |
2007-05-20 | [NET]: Fix race condition about network device name allocation. | Stephen Hemminger | 1 | -4/+6 |
2007-05-18 | [NET]: lockdep classes in register_netdevice | Jarek Poplawski | 1 | -0/+69 |
2007-05-09 | Add suspend-related notifications for CPU hotplug | Rafael J. Wysocki | 1 | -1/+1 |
2007-05-07 | [NET] net/core: Fix error handling | Josef 'Jeff' Sipek | 1 | -2/+2 |
2007-05-04 | [NET]: Rework dev_base via list_head (v3) | Pavel Emelianov | 1 | -46/+38 |
2007-05-03 | [NET]: Add __dev_getfirstbyhwtype | Patrick McHardy | 1 | -5/+16 |
2007-04-29 | [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats. | Rusty Russell | 1 | -25/+20 |
2007-04-27 | [WEXT]: Clean up how wext is called. | Johannes Berg | 1 | -30/+4 |
2007-04-27 | [WEXT]: Move to net/wireless | Johannes Berg | 1 | -1/+1 |
2007-04-26 | [NET]: Warn about GSO/checksum abuse | Herbert Xu | 1 | -1/+1 |
2007-04-26 | [NET]: Prevent much sadness in qdisc_lock_tree(). | Andrew Morton | 1 | -2/+0 |
2007-04-26 | [NET]: Fix comments for register_netdev(). | Borislav Petkov | 1 | -1/+1 |
2007-04-26 | [NET]: Get rid of netdev_nit | Stephen Hemminger | 1 | -13/+5 |
2007-04-26 | [NET_SCHED]: ingress: switch back to using ingress_lock | Patrick McHardy | 1 | -2/+2 |
2007-04-26 | bridge: eliminate call by reference | Stephen Hemminger | 1 | -12/+19 |
2007-04-26 | [NET]: Use csum_start offset instead of skb_transport_header | Herbert Xu | 1 | -10/+15 |