summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02net: Statically initialize init_net.dev_base_headRustad, Mark D1-1/+2
2012-10-02af_packet: don't emit packet on orig fanout groupEric Leblond1-2/+14
2012-10-02net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-10-02net: Allow driver to limit number of GSO segments per skbBen Hutchings1-0/+4
2012-08-15net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o1-0/+3
2012-07-16net: remove skb_orphan_try()Eric Dumazet1-22/+1
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-31/+5
2012-04-13net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman1-0/+20
2012-04-03net: fix /proc/net/dev regressionEric Dumazet1-45/+13
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28net/core: dev_forward_skb() should clear skb_iifBenjamin LaHaise1-0/+1
2012-03-21net: fix napi_reuse_skb() skb reserveEric Dumazet1-1/+2
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-65/+50
2012-03-06net: Use bool for return value of dev_valid_name().David S. Miller1-6/+6
2012-03-05net: export netdev_stats_to_stats64Eric Dumazet1-4/+5
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-2/+8
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar1-12/+12
2012-02-08gro: more generic L2 header checkEric Dumazet1-2/+8
2012-02-08gro: more generic L2 header checkEric Dumazet1-2/+8
2012-02-01PATCH V2 net-next] net: dev: Convert printks to pr_<level>Joe Perches1-55/+39
2012-01-17net: fix NULL-deref in WARN() in skb_gso_segment()Michał Mirosław1-2/+3
2012-01-17net: WARN if skb_checksum_help() is called on skb requiring segmentationBen Hutchings1-12/+19
2012-01-17net: Use device model to get driver name in skb_gso_segment()Ben Hutchings1-4/+4
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2011-12-01net: net_device flags is an unsigned intEric Dumazet1-7/+7
2011-11-30net/core: fix rollback handler in register_netdevice_notifierRongQing.Li1-1/+2
2011-11-29net: Fix skb_update_prio RCU usage.Igor Maravic1-1/+1
2011-11-29bql: Byte queue limitsTom Herbert1-0/+3
2011-11-29net: Add queue state xoff flag for stackTom Herbert1-2/+2
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet1-0/+23
2011-11-28net: use skb_flow_dissect() in __skb_get_rxhash()Eric Dumazet1-111/+14
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard1-0/+6
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman1-0/+14
2011-11-17net: use jump_label to shortcut RPS if not setupEric Dumazet1-12/+9
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław1-15/+6
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-17/+21
2011-11-16net: remove legacy ethtool opsMichał Mirosław1-10/+2
2011-11-16net: use jump_label for netstamp_neededEric Dumazet1-18/+14
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet1-2/+2
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-92/+244
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-10-24rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman1-0/+1
2011-10-21dev: use name hash for dev_seq_opsMihai Maruseac1-15/+69
2011-10-19net: validate HWTSTAMP ioctl parametersRichard Cochran1-0/+58
2011-10-19net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman1-1/+7
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-18net: allow vlan traffic to be received under bondJohn Fastabend1-11/+11