summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-8/+4Star
* net: Fix locking bug in netif_set_xps_queueAlexander Duyck2013-02-221-1/+3
* net: fix a build failure when !CONFIG_PROC_FSCong Wang2013-02-191-1/+0Star
* net: move procfs code to net/core/net-procfs.cCong Wang2013-02-191-382/+2Star
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-6/+6
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-3/+4
* net: move ioctl functions into a separated fileCong Wang2013-02-181-573/+0Star
* net: use skb_reset_mac_len() in dev_gro_receive()Eric Dumazet2013-02-151-3/+1Star
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-0/+1
* net: factor out skb_mac_gso_segment() from skb_gso_segment()Pravin B Shelar2013-02-151-31/+48
* net: Don't write to current task flags on every packet received.David S. Miller2013-02-141-18/+28
* net: reset mac header in dev_start_xmit()Eric Dumazet2013-02-061-0/+2
* net: adjust skb_gso_segment() for calling in rx pathCong Wang2013-02-061-5/+16
* netpoll: protect napi_poll and poll_controller during dev_[open|close]Neil Horman2013-02-061-1/+26
* net: core: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-061-9/+5Star
* net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław2013-01-301-0/+8
* net: fix possible wrong checksum generationEric Dumazet2013-01-281-0/+9
* net: move rx and tx hash functions to net/core/flow_dissector.cCong Wang2013-01-211-175/+0Star
* net_sched: fix qdisc_pkt_len_init()Eric Dumazet2013-01-161-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-151-0/+8
|\
| * net, wireless: overwrite default_ethtool_opsStanislaw Gruszka2013-01-121-0/+8
* | net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck2013-01-121-0/+1
* | net: Add support for XPS without sysfs being definedAlexander Duyck2013-01-111-6/+20
* | net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck2013-01-111-66/+117
* | net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck2013-01-111-23/+33
* | net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck2013-01-111-0/+155
* | net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck2013-01-111-25/+32
* | net_sched: more precise pkt_len computationEric Dumazet2013-01-101-1/+21
* | net: init perm_addr in register_netdevice()Jiri Pirko2013-01-091-0/+7
* | net: introduce skb_transport_header_was_set()Eric Dumazet2013-01-091-1/+2
* | net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko2013-01-041-63/+0Star
* | net: introduce upper device listsJiri Pirko2013-01-041-4/+235
* | net: add address assign type "SET"Jiri Pirko2013-01-041-0/+1
* | net: call add_device_randomness() only after successful mac changeJiri Pirko2013-01-041-3/+4
* | net: add change_carrier netdev opJiri Pirko2012-12-291-0/+19
|/
* net: devnet_rename_seq should be a seqcountEric Dumazet2012-12-211-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-131-60/+176
|\
| * net: gro: dev_gro_receive() cleanupEric Dumazet2012-12-111-26/+26
| * net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck2012-12-091-2/+13
| * net: call notifiers for mtu change even if iface is not upJiri Pirko2012-12-071-1/+1
| * net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADDSerge Hallyn2012-12-041-0/+6
| * core: make GRO methods static.Rami Rosen2012-11-291-6/+3Star
| * sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley2012-11-261-2/+19
| * net: Remove redundant null check before kfree in dev.cSachin Kamat2012-11-201-4/+2Star
| * net: Allow userns root control of the core of the network stack.Eric W. Biederman2012-11-191-4/+13
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-181-1/+3
| |\
| * | net: use right lock in __dev_remove_offloadEric Dumazet2012-11-161-2/+2
| * | net: Remove code duplication between offload structuresVlad Yasevich2012-11-151-7/+7
| * | net: Switch to using the new packet offload infrustructureVlad Yasevich2012-11-151-10/+9Star
| * | net: Add generic packet offload infrastructure.Vlad Yasevich2012-11-151-0/+80