summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2013-05-20Merge tag 'v3.8.13'Scott Wood
2013-05-01net: rate-limit warn-bad-offload splats.Ben Greear
2013-05-01netfilter: don't reset nf_trace in nf_reset()Patrick McHardy
2013-04-17Merge tag 'v3.8.8'Scott Wood
2013-04-16ASF QoS Configuration intergrated with TC module.Sachin Saxena
2013-04-16Changes to support ASF QOS Integration with KernelSachin Saxena
2013-04-16dpaa_eth: Remove NETIF_F_HW_QDISC from standard capability setBogdan Hamciuc
2013-04-08dpaa_eth: Use NETIF_F_HW_QDISC to by-pass Txq locking codeBogdan Hamciuc
2013-04-05net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet
2013-04-05net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet
2013-04-04net: make devnet_rename_seq a mutexSebastian Andrzej Siewior
2013-04-04net: Use local_bh_disable in netif_rx_ni()Thomas Gleixner
2013-04-04net,RT:REmove preemption disabling in netif_rx()Priyanka Jain
2013-04-04softirq: Check preemption after reenabling interruptsThomas Gleixner
2013-04-04net: Avoid livelock in net_tx_action() on RTSteven Rostedt
2013-04-04skbufhead-raw-lock.patchThomas Gleixner
2013-04-04net-netif_rx_ni-migrate-disable.patchThomas Gleixner
2013-04-04softirq-thread-do-softirq.patchThomas Gleixner
2013-03-20bridging: fix rx_handlers return codeCristian Bercaru
2013-01-11net, wireless: overwrite default_ethtool_opsStanislaw Gruszka
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet
2012-12-13Merge 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-19net: Allow userns root control of the core of the network stack.Eric W. Biederman
2012-11-18Merge 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-22net: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-21net: do not disable sg for packets requiring no checksumEd Cashin
2012-09-19netpoll: call ->ndo_select_queue() in tx pathAmerigo Wang