summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-21net: core: Always propagate flag changes to interfacesVlad Yasevich1-1/+1
2013-11-16macvlan: disable LRO on lower device instead of macvlanMichal Kubeček1-0/+5
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov1-5/+1
2013-11-08net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend1-5/+13
2013-11-04net: extend net_device allocation to vmalloc()Eric Dumazet1-5/+17
2013-10-26net: fix rtnl notification in atomic contextAlexei Starovoitov1-8/+8
2013-10-26net: add missing dev_put() in __netdev_adjacent_dev_insertNikolay Aleksandrov1-0/+1
2013-10-20ipv4: gso: make inet_gso_segment() stackableEric Dumazet1-0/+2
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman1-11/+14
2013-10-07netif_set_xps_queue: make cpu mask constMichael S. Tsirkin1-1/+2
2013-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+48
2013-09-30dev: always advertise rx_flags changes via netlinkNicolas Dichtel1-23/+37
2013-09-30dev: update __dev_notify_flags() to send rtnl msgNicolas Dichtel1-5/+6
2013-09-29net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman1-1/+48
2013-09-27net: create sysfs symlinks for neighbour devicesVeaceslav Falico1-1/+34
2013-09-27net: expose the master link to sysfs, and remove it from bondVeaceslav Falico1-2/+17
2013-09-27net: add a possibility to get private from netdev_adjacent->listVeaceslav Falico1-0/+10
2013-09-27net: add for_each iterators through neighbour lower link's privateVeaceslav Falico1-1/+59
2013-09-27net: add netdev_adjacent->private and allow to use itVeaceslav Falico1-11/+57
2013-09-27net: add RCU variant to search for netdev_adjacent linkVeaceslav Falico1-0/+13
2013-09-27net: add adj_list to save only neighboursVeaceslav Falico1-100/+103
2013-09-27net: use lists as arguments instead of bool upperVeaceslav Falico1-32/+22
2013-09-04net: correctly interlink lower/upper devicesVeaceslav Falico1-2/+2
2013-09-04skb: allow skb_scrub_packet() to be used by tunnelsNicolas Dichtel1-1/+1
2013-08-30net: add netdev_upper_get_next_dev_rcu(dev, iter)Veaceslav Falico1-0/+25
2013-08-30net: remove search_list from netdev_adjacentVeaceslav Falico1-36/+1
2013-08-30net: add lower_dev_list to net_device and make a full meshVeaceslav Falico1-27/+258
2013-08-30net: rename netdev_upper to netdev_adjacentVeaceslav Falico1-12/+12
2013-08-15dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel1-3/+3
2013-07-31net: add ndo to get id of physical port of the deviceJiri Pirko1-0/+18
2013-07-25net: Make devnet_rename_seq staticThomas Gleixner1-1/+1
2013-07-19vlan: mask vlan prio bitsEric Dumazet1-2/+9
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck1-8/+6
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+34
2013-07-03core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()Isaku Yamahata1-0/+6
2013-06-28dev: introduce skb_scrub_packet()Nicolas Dichtel1-10/+1
2013-06-27net: fix kernel deadlock with interface rename and netdev name retrieval.Nicolas Schichan1-0/+34
2013-06-24net: allow large number of tx queuesEric Dumazet1-7/+19
2013-06-11net: add napi_id and hashEliezer Tamir1-0/+59
2013-06-05net: mark netdev_create_hash __net_initBaruch Siach1-1/+1
2013-05-29net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman1-2/+2
2013-05-29net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang1-6/+0
2013-05-29net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko1-2/+7
2013-05-29net: pass info struct via netdevice notifierJiri Pirko1-10/+46
2013-05-28netpoll: remove return value from netpoll_rx_disable()dingtianhong1-11/+4
2013-05-28MPLS: Add limited GSO supportSimon Horman1-0/+4
2013-05-26net: add netnotifier event for upper device changeJiri Pirko1-1/+2
2013-05-21rps: selective flow shedding during softnet overflowWillem de Bruijn1-1/+47
2013-05-18dev: remove duplicate 'skb->dev = dev' in dev_forward_skb()Nicolas Dichtel1-1/+0