aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2013-09-12Merge tag 'v3.8.13.7' into v3.8-rtSteven Rostedt (Red Hat)
2013-08-13net: make devnet_rename_seq a mutexSebastian Andrzej Siewior
2013-08-13net: Use local_bh_disable in netif_rx_ni()Thomas Gleixner
2013-08-13net,RT:REmove preemption disabling in netif_rx()Priyanka Jain
2013-08-13softirq: Check preemption after reenabling interruptsThomas Gleixner
2013-08-13net: Avoid livelock in net_tx_action() on RTSteven Rostedt
2013-08-13skbufhead-raw-lock.patchThomas Gleixner
2013-08-13net-netif_rx_ni-migrate-disable.patchThomas Gleixner
2013-08-13softirq-thread-do-softirq.patchThomas Gleixner
2013-05-24net: use netdev_features_t in skb_needs_linearize()Patrick McHardy
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-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-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-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