summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2012-03-07softirq: Check preemption after reenabling interruptsThomas Gleixner
2012-03-07net: Avoid livelock in net_tx_action() on RTSteven Rostedt
2012-03-07skbufhead-raw-lock.patchThomas Gleixner
2012-03-07net-netif_rx_ni-migrate-disable.patchThomas Gleixner
2012-03-07softirq-thread-do-softirq.patchThomas Gleixner
2012-02-29gro: more generic L2 header checkEric Dumazet
2011-11-30net/core: fix rollback handler in register_netdevice_notifierRongQing.Li
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-24rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman
2011-10-21dev: use name hash for dev_seq_opsMihai Maruseac
2011-10-19net: validate HWTSTAMP ioctl parametersRichard Cochran
2011-10-19net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-18net: allow vlan traffic to be received under bondJohn Fastabend
2011-10-03RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings
2011-09-28net: rps: fix the support for PPPOEChangli Gao
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin
2011-08-24net: convert core to skb paged frag APIsIan Campbell
2011-08-24rps: support IPIP encapsulationEric Dumazet
2011-08-22dynamic_debug: make netdev_dbg() call __netdev_printk()Jason Baron
2011-08-22net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko
2011-08-18net: rps: support PPPOE session messagesChangli Gao
2011-08-18net: rps: support 802.1QChangli Gao
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko
2011-08-17rps: Inspect GRE encapsulated packets to get flow hashTom Herbert
2011-08-17rps: Infrastructure in __skb_get_rxhash for deep inspectionTom Herbert
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert
2011-08-17rps: Some minor cleanup in get_rps_cpusTom Herbert
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-25net: Convert struct net_device uc_promisc to boolJoe Perches
2011-07-14net: unexport netdev_fix_features()Michał Mirosław
2011-07-14net: cleanup vlan_features setting in register_netdevMichał Mirosław
2011-07-05net: Add GSO to vlan_features initializationShan Wei
2011-07-01rtnl: provide link dump consistency infoThomas Graf
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko
2011-06-08v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck
2011-06-07net: cpu offline cause napi stallHeiko Carstens
2011-06-06net: Rework netdev_drivername() to avoid warning.David S. Miller
2011-06-02net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi
2011-05-25net: make dev_disable_lro use physical device if passed a vlan dev (v2)Neil Horman