summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-30netfilter: nf_conntrack: restrict NAT helper invocation to IPv4Patrick McHardy6-22/+49
2012-08-30netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containin...Patrick McHardy1-57/+6
2012-08-30netfilter: nf_conntrack_ipv6: improve fragmentation handlingPatrick McHardy5-15/+62
2012-08-30ipvs: IPv6 MTU checking cleanup and bugfixJesper Dangaard Brouer1-6/+15
2012-08-26ipv4: fix path MTU discovery with connection trackingPatrick McHardy4-2/+14
2012-08-23packet: Protect packet sk list with mutex (v2)Pavel Emelyanov3-9/+15
2012-08-23mdio: translation of MMD EEE registers to/from ethtool settingsAllan, Bruce W2-67/+90
2012-08-23af_packet: use define instead of constantdanborkmann@iogearbox.net1-2/+3
2012-08-23rds: Don't disable BH on BH contextYing Xue4-8/+8
2012-08-23bonding: support for IPv6 transmit hashingJohn Eaglesham2-31/+88
2012-08-23ipv6: gre: fix ip6gre_err()Eric Dumazet1-3/+5
2012-08-23xfrm: fix RCU bugsEric Dumazet1-37/+39
2012-08-23net: remove delay at device dismantleEric Dumazet8-24/+27
2012-08-23Merge git://1984.lsi.us.es/nf-nextDavid S. Miller23-132/+232
2012-08-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller9-14/+198
2012-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller886-7460/+12050
2012-08-22netfilter: remove unnecessary goto statement for error recoveryJean Sacren3-15/+3
2012-08-22netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang1-4/+6
2012-08-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds16-110/+258
2012-08-22Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-179/+217
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds88-575/+637
2012-08-22mm: compaction: Abort async compaction if locks are contended or taking too longMel Gorman4-29/+93
2012-08-22mm: have order > 0 compaction start near a pageblock with free pagesMel Gorman1-26/+28
2012-08-22rapidio/tsi721: fix unused variable compiler warningAlexandre Bounine1-1/+4
2012-08-22rapidio/tsi721: fix inbound doorbell interrupt handlingAlexandre Bounine1-0/+7
2012-08-22drivers/rtc/rtc-rs5c348.c: fix hour decoding in 12-hour modeAtsushi Nemoto1-2/+5
2012-08-22mm: correct page->pfmemalloc to fix deactivate_slab regressionAlex Shi1-10/+11
2012-08-22drivers/rtc/rtc-pcf2123.c: initialize dynamic sysfs attributesIlya Shchepetkov1-0/+2
2012-08-22mm/compaction.c: fix deferring compaction mistakeMinchan Kim1-1/+1
2012-08-22drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt1-19/+65
2012-08-22string: do not export memweight() to userspaceWANG Cong1-1/+1
2012-08-22hugetlb: update hugetlbpage.txtZhouping Liu1-2/+8
2012-08-22checkpatch: add control statement test to SINGLE_STATEMENT_DO_WHILE_MACROJoe Perches1-1/+2
2012-08-22mm: hugetlbfs: correctly populate shared pmdMichal Hocko1-5/+16
2012-08-22cciss: fix incorrect scsi status reportingStephen M. Cameron1-10/+1
2012-08-22Documentation: update mount option in filesystem/vfat.txtNamjae Jeon1-0/+11
2012-08-22mm: change nr_ptes BUG_ON to WARN_ONHugh Dickins1-1/+1
2012-08-22cs5535-clockevt: typo, it's MFGPT, not MFPGTJens Rottmann1-2/+2
2012-08-22af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet3-4/+6
2012-08-22ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet1-1/+1
2012-08-22ipv4: Use newinet->inet_opt in inet_csk_route_child_sock()Christoph Paasch1-1/+6
2012-08-22tcp: fix possible socket refcount problemEric Dumazet3-10/+18
2012-08-21Merge branch 'audit-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-7/+12
2012-08-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2-4/+2
2012-08-21Merge tag 'pinctrl-fixes-v3.6-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-16/+13
2012-08-21Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds40-233/+257
2012-08-21task_work: add a scheduling point in task_work_run()Eric Dumazet1-0/+1
2012-08-21fbcon: fix race condition between console lock and cursor timerDave Airlie1-1/+5
2012-08-21igb: update to allow reading/setting MDI stateJesse Brandeburg2-0/+46
2012-08-21e1000e: implement MDI/MDI-X controlJesse Brandeburg1-2/+39