summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1687-97502/+124541
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-19/+3
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds16-372/+228
2012-03-21exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov1-3/+1
2012-03-21exit_signal: fix the "parent has changed security domain" logicOleg Nesterov2-14/+9
2012-03-21exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov2-6/+4
2012-03-21CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov1-1/+7
2012-03-21Fix pppol2tp getsockname()Benjamin LaHaise1-1/+1
2012-03-21Remove printk from rds_sendmsgDave Jones1-1/+0
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds269-5607/+9689
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds117-3139/+3207
2012-03-20Merge tag 'staging-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds379-14013/+37812
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds109-1005/+3568
2012-03-20Merge tag 'char-misc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds29-309/+32
2012-03-20AFS: checking wrong bit in afs_readpages()Dan Carpenter1-1/+1
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds17-252/+343
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds52-462/+462
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds165-1984/+6107
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-82/+66
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds29-583/+2906
2012-03-20ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng1-5/+6
2012-03-20cpsw: Hook up default ndo_change_mtu.David S. Miller1-0/+1
2012-03-20Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-28/+23
2012-03-20Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-24/+35
2012-03-20Merge branch 'dcache-word-accesses'Linus Torvalds4-0/+150
2012-03-20vfs: get rid of batshit-insane pointless dentry hash calculationsLinus Torvalds1-3/+3
2012-03-20net: qmi_wwan: fix build error due to cdc-wdm dependecyBjørn Mork1-0/+1
2012-03-20netdev: driver: ethernet: Add TI CPSW driverMugunthan V N4-0/+1086
2012-03-20netdev: driver: ethernet: add cpsw address lookup engine supportMugunthan V N2-0/+734
2012-03-20phy: add am79c874 PHY supportHeiko Schocher3-0/+108
2012-03-20mlx4_core: fix race on comm channelEugenia Emantayev1-0/+9
2012-03-20bonding: send igmp report for its masterPeter Pan(潘卫平)1-3/+15
2012-03-20fs_enet: Add MPC5125 FEC support and PHY interface selectionVladimir Ermakov3-7/+28
2012-03-20net: bpf_jit: fix BPF_S_LDX_B_MSH compilationEric Dumazet1-9/+5
2012-03-20net: update the usage of CHECKSUM_UNNECESSARYYi Zou1-0/+7
2012-03-20fcoe: use CHECKSUM_UNNECESSARY instead of CHECKSUM_PARTIAL on txYi Zou1-1/+1
2012-03-20net: do not do gso for CHECKSUM_UNNECESSARY in netif_needs_gsoYi Zou1-1/+2
2012-03-20ixgbe: Fix issues with SR-IOV loopback when flow control is disabledAlexander Duyck1-1/+8
2012-03-20net/hyperv: Fix the code handling tx busyHaiyang Zhang1-4/+1
2012-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-1106/+1286
2012-03-20ixgbe: fix namespace issues when FCoE/DCB is not enabledJeff Kirsher4-902/+945
2012-03-20rtlwifi: Remove unused ETH_ADDR_LEN definesJoe Perches2-2/+0
2012-03-20igbvf: Use ETH_ALENJoe Perches2-9/+2
2012-03-20atlx: Use ETH_ALENJoe Perches3-12/+7
2012-03-20if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of itJoe Perches1-4/+3
2012-03-20tcp: reduce out_of_order memory useEric Dumazet3-1/+20
2012-03-20tcp: introduce tcp_data_queue_ofoEric Dumazet1-99/+115
2012-03-20bnx2x: validate FW trace prior to its printingDmitry Kravkov2-1/+13
2012-03-20bnx2x: consistent statistics for old FWYuval Mintz3-41/+6
2012-03-20bnx2x: changed iscsi/fcoe mac init and macrosDmitry Kravkov4-44/+64