summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
...
* | net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck2013-01-111-0/+1
* | net: Add support for XPS without sysfs being definedAlexander Duyck2013-01-101-6/+20
* | net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck2013-01-101-66/+117
* | net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck2013-01-101-23/+33
* | net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck2013-01-101-0/+155
* | net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck2013-01-101-25/+32
* | net_sched: more precise pkt_len computationEric Dumazet2013-01-101-1/+21
* | net: init perm_addr in register_netdevice()Jiri Pirko2013-01-081-0/+7
* | net: introduce skb_transport_header_was_set()Eric Dumazet2013-01-081-1/+2
* | net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko2013-01-041-63/+0
* | net: introduce upper device listsJiri Pirko2013-01-041-4/+235
* | net: add address assign type "SET"Jiri Pirko2013-01-031-0/+1
* | net: call add_device_randomness() only after successful mac changeJiri Pirko2013-01-031-3/+4
* | net: add change_carrier netdev opJiri Pirko2012-12-281-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-121-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/+3
| * 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/+2
| * net: Allow userns root control of the core of the network stack.Eric W. Biederman2012-11-181-4/+13
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-171-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/+9
| * | net: Add generic packet offload infrastructure.Vlad Yasevich2012-11-151-0/+80
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-1/+1
| |\ \
| * | | net:dev: remove double indentical assignment in dev_change_net_namespace().Rami Rosen2012-10-211-1/+0
* | | | net: gro: fix possible panic in skb_gro_receive()Eric Dumazet2012-12-071-0/+2
| |_|/ |/| |
* | | net-rps: Fix brokeness causing OOO packetsTom Herbert2012-11-161-1/+3
| |/ |/|
* | af-packet: fix oops when socket is not presentEric Leblond2012-11-071-1/+1
|/
* vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl2012-10-081-2/+5
* net: gro: selective flush of packetsEric Dumazet2012-10-081-7/+31
* net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet2012-10-071-6/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-35/+74
|\
| * net: add gro_cells infrastructureEric Dumazet2012-10-011-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-2/+3
| |\
| * | netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang2012-09-191-3/+3
| * | net: provide a default dev->ethtool_opsEric Dumazet2012-09-191-0/+4
| * | net: dev: fix incorrect getting net device's nameGao feng2012-09-191-8/+20
| * | net: more accurate network taps in transmit pathEric Dumazet2012-09-191-3/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-5/+6
| |\ \
| * | | net: fix documentation of skb_needs_linearize().Rami Rosen2012-08-311-3/+1
| * | | net: dev: fix the incorrect hold of net namespace's lo deviceGao feng2012-08-301-0/+2
| * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-241-3/+4
| |\ \ \
| * | | | net: Set device operstate at registration timeBen Hutchings2012-08-241-0/+2
| * | | | net: reinstate rtnl in call_netdevice_notifiers()Eric Dumazet2012-08-231-2/+7
OpenPOWER on IntegriCloud