aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-20net: do not disable sg for packets requiring no checksumEd Cashin1-1/+2
2012-09-18net: fix memory leak on oom with zerocopyMichael S. Tsirkin1-1/+1
2012-09-08net: small bug on rxhash calculationChema Gonzalez1-5/+6
2012-08-20net/core/dev.c: fix kernel-doc warningRandy Dunlap1-0/+1
2012-08-20af_packet: don't emit packet on orig fanout groupEric Leblond1-2/+14
2012-08-08net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov1-2/+5
2012-08-02net: Allow driver to limit number of GSO segments per skbBen Hutchings1-0/+4
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-6/+47
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-0/+3
2012-07-31netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman1-6/+47
2012-07-23net: Make skb->skb_iif always track skb->devDavid S. Miller1-2/+1
2012-07-22net: orphan frags on receiveMichael S. Tsirkin1-1/+6
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D1-1/+2
2012-07-14net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o1-0/+3
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-3/+5
2012-07-10net: Properly define functions with no parametersBen Hutchings1-1/+1
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet1-2/+6
2012-07-05net-next: Add netif_get_num_default_rss_queuesYuval Mintz1-0/+11
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee1-2/+2
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+1
2012-06-15net: remove skb_orphan_try()Eric Dumazet1-22/+1
2012-06-12net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado1-0/+17
2012-05-19net: napi_frags_skb() is staticEric Dumazet1-2/+1
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+5
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker1-8/+6
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-18/+12
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-31/+5
2012-04-30net: make GRO aware of skb->head_fragEric Dumazet1-1/+4
2012-04-19net: gro: GRO_MERGED_FREE consumes packetsEric Dumazet1-1/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-3/+4
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/scm/linux/kernel/git/dhowells/linux-asm_systemLinus 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 static_key_slow_[inc|dec]()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