summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2013-05-19net: 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
2012-11-26net-rps: Fix brokeness causing OOO packetsTom Herbert
2012-11-17af-packet: fix oops when socket is not presentEric Leblond
2012-10-28vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl
2012-10-13net: do not disable sg for packets requiring no checksumEd Cashin
2012-10-13net: small bug on rxhash calculationChema Gonzalez
2012-10-02net: Statically initialize init_net.dev_base_headRustad, Mark D
2012-10-02af_packet: don't emit packet on orig fanout groupEric Leblond
2012-10-02net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov
2012-10-02net: Allow driver to limit number of GSO segments per skbBen Hutchings
2012-08-15net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o
2012-07-16net: remove skb_orphan_try()Eric Dumazet
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-04-13net: In unregister_netdevice_notifier unregister the netdevices.Eric W. Biederman
2012-04-03net: fix /proc/net/dev regressionEric Dumazet
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28net/core: dev_forward_skb() should clear skb_iifBenjamin LaHaise
2012-03-21net: fix napi_reuse_skb() skb reserveEric Dumazet
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-06net: Use bool for return value of dev_valid_name().David S. Miller
2012-03-05net: export netdev_stats_to_stats64Eric Dumazet
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-02-08gro: more generic L2 header checkEric Dumazet
2012-02-08gro: more generic L2 header checkEric Dumazet
2012-02-01PATCH V2 net-next] net: dev: Convert printks to pr_<level>Joe Perches
2012-01-17net: fix NULL-deref in WARN() in skb_gso_segment()Michał Mirosław
2012-01-17net: WARN if skb_checksum_help() is called on skb requiring segmentationBen Hutchings
2012-01-17net: Use device model to get driver name in skb_gso_segment()Ben Hutchings
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-01net: net_device flags is an unsigned intEric Dumazet
2011-11-30net/core: fix rollback handler in register_netdevice_notifierRongQing.Li
2011-11-29net: Fix skb_update_prio RCU usage.Igor Maravic
2011-11-29bql: Byte queue limitsTom Herbert
2011-11-29net: Add queue state xoff flag for stackTom Herbert
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet
2011-11-28net: use skb_flow_dissect() in __skb_get_rxhash()Eric Dumazet
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman
2011-11-17net: use jump_label to shortcut RPS if not setupEric Dumazet
2011-11-16net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-16net: remove legacy ethtool opsMichał Mirosław