aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2013-01-10net: Add support for XPS without sysfs being definedAlexander Duyck
2013-01-10net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck
2013-01-10net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck
2013-01-10net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck
2013-01-10net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck
2013-01-10net_sched: more precise pkt_len computationEric Dumazet
2013-01-08net: init perm_addr in register_netdevice()Jiri Pirko
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet
2013-01-04net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko
2013-01-04net: introduce upper device listsJiri Pirko
2013-01-03net: add address assign type "SET"Jiri Pirko
2013-01-03net: call add_device_randomness() only after successful mac changeJiri Pirko
2012-12-28net: add change_carrier netdev opJiri Pirko
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-11net: gro: dev_gro_receive() cleanupEric Dumazet
2012-12-09net: Handle encapsulated offloads before fragmentation or handing to lower devAlexander Duyck
2012-12-07net: gro: fix possible panic in skb_gro_receive()Eric Dumazet
2012-12-07net: call notifiers for mtu change even if iface is not upJiri Pirko
2012-12-04net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADDSerge Hallyn
2012-11-29core: make GRO methods static.Rami Rosen
2012-11-26sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface nameBrian Haley
2012-11-20net: Remove redundant null check before kfree in dev.cSachin Kamat
2012-11-18net: Allow userns root control of the core of the network stack.Eric W. Biederman
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-16net-rps: Fix brokeness causing OOO packetsTom Herbert
2012-11-16net: use right lock in __dev_remove_offloadEric Dumazet
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich
2012-11-15net: Add generic packet offload infrastructure.Vlad Yasevich
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-07af-packet: fix oops when socket is not presentEric Leblond
2012-10-21net:dev: remove double indentical assignment in dev_change_net_namespace().Rami Rosen
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl
2012-10-08net: gro: selective flush of packetsEric Dumazet
2012-10-07net: gro: fix a potential crash in skb_gro_reset_offsetEric Dumazet
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-01net: add gro_cells infrastructureEric Dumazet
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet
2012-09-19net: dev: fix incorrect getting net device's nameGao feng
2012-09-19net: more accurate network taps in transmit pathEric Dumazet
2012-09-18net: fix memory leak on oom with zerocopyMichael S. Tsirkin
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman
2012-09-17device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emitJoe Perches
2012-09-17netdev_printk/netif_printk: Remove a superfluous logging colonJoe Perches