aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAge
* net: fix napi_reuse_skb() skb reserveEric Dumazet2012-03-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-21
|\
| * net: Use bool for return value of dev_valid_name().David S. Miller2012-03-06
| * net: export netdev_stats_to_stats64Eric Dumazet2012-03-05
| * gro: more generic L2 header checkEric Dumazet2012-02-08
| * PATCH V2 net-next] net: dev: Convert printks to pr_<level>Joe Perches2012-02-01
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-05
|\ \
| * | gro: more generic L2 header checkEric Dumazet2012-02-08
| |/
* / static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-24
|/
* net: fix NULL-deref in WARN() in skb_gso_segment()Michał Mirosław2012-01-17
* net: WARN if skb_checksum_help() is called on skb requiring segmentationBen Hutchings2012-01-17
* net: Use device model to get driver name in skb_gso_segment()Ben Hutchings2012-01-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-02
|\
| * net/core: fix rollback handler in register_netdevice_notifierRongQing.Li2011-11-30
| * net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard2011-11-28
* | net: net_device flags is an unsigned intEric Dumazet2011-12-01
* | net: Fix skb_update_prio RCU usage.Igor Maravic2011-11-29
* | bql: Byte queue limitsTom Herbert2011-11-29
* | net: Add queue state xoff flag for stackTom Herbert2011-11-29
* | net: dont call jump_label_dec from irq contextEric Dumazet2011-11-29
* | net: use skb_flow_dissect() in __skb_get_rxhash()Eric Dumazet2011-11-28
* | net: add network priority cgroup infrastructure (v4)Neil Horman2011-11-22
* | net: use jump_label to shortcut RPS if not setupEric Dumazet2011-11-17
* | net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-16
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* | net: remove legacy ethtool opsMichał Mirosław2011-11-16
* | net: use jump_label for netstamp_neededEric Dumazet2011-11-16
|/
* vlan: allow nested vlan_do_receive()Eric Dumazet2011-10-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-25
|\
| * Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-24
| |\
| | * rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman2011-10-24
| * | dev: use name hash for dev_seq_opsMihai Maruseac2011-10-21
| * | net: validate HWTSTAMP ioctl parametersRichard Cochran2011-10-19
| * | net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman2011-10-19
| * | net: add skb frag size accessorsEric Dumazet2011-10-19
| * | net: allow vlan traffic to be received under bondJohn Fastabend2011-10-18
| * | RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings2011-10-03
| * | net: rps: fix the support for PPPOEChangli Gao2011-09-28
| * | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-22
| |\|
| * | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-15
| * | net: convert core to skb paged frag APIsIan Campbell2011-08-24
| * | rps: support IPIP encapsulationEric Dumazet2011-08-24
| * | net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko2011-08-22
| * | net: rps: support PPPOE session messagesChangli Gao2011-08-19
| * | net: rps: support 802.1QChangli Gao2011-08-19
| * | net: remove ndo_set_multicast_list callbackJiri Pirko2011-08-17
| * | net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-17
| * | rps: Inspect GRE encapsulated packets to get flow hashTom Herbert2011-08-17
| * | rps: Infrastructure in __skb_get_rxhash for deep inspectionTom Herbert2011-08-17
| * | rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2011-08-17