summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin
2012-09-18net: fix memory leak on oom with zerocopyMichael S. Tsirkin
2012-09-08net: small bug on rxhash calculationChema Gonzalez
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov
2012-08-02net: Allow driver to limit number of GSO segments per skbBen Hutchings
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman
2012-07-23net: Make skb->skb_iif always track skb->devDavid S. Miller
2012-07-22net: orphan frags on receiveMichael S. Tsirkin
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D
2012-07-14net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-10net: Properly define functions with no parametersBen Hutchings
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet
2012-07-05net-next: Add netif_get_num_default_rss_queuesYuval Mintz
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-15net: remove skb_orphan_try()Eric Dumazet
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado
2012-05-19net: napi_frags_skb() is staticEric Dumazet
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
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