Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-flexiantxendom0-3.2.10.git] / net / core / dev.c
2012-04-03 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2012-03-28 Linus TorvaldsMerge tag 'split-asm_system_h-for-linus-20120328' of...
2012-03-28 David HowellsRemove all #inclusions of asm/system.h
2012-03-28 Benjamin LaHaisenet/core: dev_forward_skb() should clear skb_iif
2012-03-21 Eric Dumazetnet: fix napi_reuse_skb() skb reserve
2012-03-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next
2012-03-06 David S. Millernet: Use bool for return value of dev_valid_name().
2012-03-05 Eric Dumazetnet: export netdev_stats_to_stats64
2012-03-05 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2012-02-24 Ingo Molnarstatic keys: Introduce 'struct static_key', static_key_...
2012-02-08 Eric Dumazetgro: more generic L2 header check
2012-02-08 Eric Dumazetgro: more generic L2 header check
2012-02-01 Joe PerchesPATCH V2 net-next] net: dev: Convert printks to pr_...
2012-01-17 Michał Mirosławnet: fix NULL-deref in WARN() in skb_gso_segment()
2012-01-17 Ben Hutchingsnet: WARN if skb_checksum_help() is called on skb requi...
2012-01-17 Ben Hutchingsnet: Use device model to get driver name in skb_gso_seg...
2011-12-02 David S. MillerMerge git://git./linux/kernel/git/davem/net
2011-12-01 Eric Dumazetnet: net_device flags is an unsigned int
2011-12-01 RongQing.Linet/core: fix rollback handler in register_netdevice_no...
2011-11-29 Igor Maravicnet: Fix skb_update_prio RCU usage.
2011-11-29 Tom Herbertbql: Byte queue limits
2011-11-29 Tom Herbertnet: Add queue state xoff flag for stack
2011-11-29 Eric Dumazetnet: dont call jump_label_dec from irq context
2011-11-29 Eric Dumazetnet: use skb_flow_dissect() in __skb_get_rxhash()
2011-11-28 Anton Blanchardnet: Fix corruption in /proc/*/net/dev_mcast
2011-11-22 Neil Hormannet: add network priority cgroup infrastructure (v4)
2011-11-17 Eric Dumazetnet: use jump_label to shortcut RPS if not setup
2011-11-16 Michał Mirosławnet: remove NETIF_F_NO_CSUM feature bit
2011-11-16 Michał Mirosławnet: introduce and use netdev_features_t for device...
2011-11-16 Michał Mirosławnet: remove legacy ethtool ops
2011-11-16 Eric Dumazetnet: use jump_label for netstamp_needed
2011-10-30 Eric Dumazetvlan: allow nested vlan_do_receive()
2011-10-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next
2011-10-25 Linus TorvaldsMerge branch 'driver-core-next' of git://git./linux...
2011-10-24 David S. MillerMerge branch 'master' of ra./linux/kernel/git/davem/net
2011-10-24 Eric W. Biedermanrtnetlink: Add missing manual netlink notification...
2011-10-21 Mihai Maruseacdev: use name hash for dev_seq_ops
2011-10-19 Richard Cochrannet: validate HWTSTAMP ioctl parameters
2011-10-19 Eric W. Biedermannet: Move rcu_barrier from rollback_registered_many...
2011-10-19 Eric Dumazetnet: add skb frag size accessors
2011-10-19 John Fastabendnet: allow vlan traffic to be received under bond
2011-10-03 Ben HutchingsRPS: Ensure that an expired hardware filter can be...
2011-09-28 Changli Gaonet: rps: fix the support for PPPOE
2011-09-22 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-15 Jiri Pirkonet: consolidate and fix ethtool_ops->get_settings...
2011-09-15 Michael S. Tsirkinnet: copy userspace buffers on device forwarding
2011-08-25 Ian Campbellnet: convert core to skb paged frag APIs
2011-08-24 Eric Dumazetrps: support IPIP encapsulation
2011-08-23 Jason Barondynamic_debug: make netdev_dbg() call __netdev_printk()
2011-08-22 Jiri Pirkonet: vlan: goto another_round instead of calling __neti...
2011-08-19 Changli Gaonet: rps: support PPPOE session messages
2011-08-19 Changli Gaonet: rps: support 802.1Q
2011-08-18 Jiri Pirkonet: remove ndo_set_multicast_list callback
2011-08-18 Jiri Pirkonet: introduce IFF_UNICAST_FLT private flag
2011-08-18 Tom Herbertrps: Inspect GRE encapsulated packets to get flow hash
2011-08-18 Tom Herbertrps: Infrastructure in __skb_get_rxhash for deep inspection
2011-08-18 Tom Herbertrps: Add flag to skb to indicate rxhash is based on...
2011-08-18 Tom Herbertrps: Some minor cleanup in get_rps_cpus
2011-08-12 Eric Dumazetnet: cleanup some rcu_dereference_raw
2011-08-02 Stephen Hemmingerrcu: convert uses of rcu_assign_pointer(x, NULL) to...
2011-07-25 Joe Perchesnet: Convert struct net_device uc_promisc to bool
2011-07-14 Michał Mirosławnet: unexport netdev_fix_features()
2011-07-14 Michał Mirosławnet: cleanup vlan_features setting in register_netdev
2011-07-06 Shan Weinet: Add GSO to vlan_features initialization
2011-07-01 Thomas Grafrtnl: provide link dump consistency info
2011-06-22 Paul Gortmakerip: introduce ip_is_fragment helper inline function
2011-06-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-06-11 Jiri Pirkovlan: Fix the ingress VLAN_FLAG_REORDER_HDR check
2011-06-08 Alexander Duyckv2 ethtool: remove support for ETHTOOL_GRXNTUPLE
2011-06-07 Heiko Carstensnet: cpu offline cause napi stall
2011-06-06 David S. Millernet: Rework netdev_drivername() to avoid warning.
2011-06-02 Koki Sanaginet: tracepoint of net_dev_xmit sees freed skb and...
2011-05-25 Neil Hormannet: make dev_disable_lro use physical device if passed...
2011-05-24 Eric Dumazetnet: use synchronize_rcu_expedited()
2011-05-23 Eric Dumazetnet: remove synchronize_net() from netdev_set_master()
2011-05-20 Eric Dumazetmacvlan: remove one synchronize_rcu() call
2011-05-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-05-17 Michael S. Tsirkinnet: Change netdev_fix_features messages loglevel
2011-05-17 Eric Dumazetnet: use hlist_del_rcu() in dev_change_name()
2011-05-16 Michał Mirosławnet: Change netdev_fix_features messages loglevel
2011-05-13 Peter Pan(潘卫平)net:set valid name before calling ndo_init()
2011-05-12 Michał Mirosławnet: introduce netdev_change_features()
2011-05-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-3.6
2011-05-10 Eric Dumazetnet: dev_close() should check IFF_UP
2011-05-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-05-05 Jiri Pirkonet: call dev_alloc_name from register_netdevice
2011-05-02 Lifeng Sunnetworking: inappropriate ioctl operation should return...
2011-04-29 David Decotignyethtool: Call ethtool's get/set_settings callbacks...
2011-04-28 Michał Mirosławnet: fix netdev_increment_features()
2011-04-25 Jiri Pirkobonding: move processing of recv handlers into handle_f...
2011-04-25 Michał Mirosławnet: make WARN_ON in dev_disable_lro() useful
2011-04-22 Eric Dumazetinet: constify ip headers and in6_addr
2011-04-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-04-13 Ben Hutchingsnet: Disable NETIF_F_TSO_ECN when TSO is disabled
2011-04-13 Ben Hutchingsnet: Disable all TSO features when SG is disabled
2011-04-12 Michał Mirosławnet: add RTNL_ASSERT in __netdev_update_features()
2011-04-12 Jiri Pirkonet: vlan: make non-hw-accel rx path similar to hw...
2011-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-04-07 Linus TorvaldsMerge branch 'for-linus2' of git://git.profusion.mobi...
2011-04-05 Tom Herbertnet: Allow no-cache copy from user on transmit
next