summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-12-2815-30/+169
|\
| * netfilter: ctnetlink: fix leak in error path of ctnetlink_create_expectJesper Juhl2012-12-261-1/+1
| * netfilter: xt_hashlimit: fix namespace destroy pathVitaly E. Lavrov2012-12-261-4/+25
| * netfilter: xt_recent: fix namespace destroy pathVitaly E. Lavrov2012-12-261-4/+16
| * netfilter: xt_hashlimit: fix race that results in duplicated entriesPablo Neira Ayuso2012-12-261-4/+21
| * netfilter: xt_CT: recover NOTRACK target supportPablo Neira Ayuso2012-12-243-1/+54
| * netfilter: nfnetlink_log: fix possible compilation issue due to missing includePablo Neira Ayuso2012-12-171-0/+1
| * netfilter: xt_CT: fix crash while destroy ct templatesPablo Neira Ayuso2012-12-163-0/+11
| * netfilter: nfnetlink_log: fix mac address for 6in4 tunnelsBob Hockney2012-12-161-3/+12
| * netfilter: nf_ct_reasm: fix conntrack reassembly expire codeHaibo Xi2012-12-161-1/+4
| * netfilter: nf_conntrack_ipv6: fix comment for packets without dataFlorent Fourcot2012-12-161-2/+2
| * netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADEAndrew Collins2012-12-162-10/+20
| * netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP resetMukund Jampala2012-12-162-0/+2
* | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-272-6/+12
|\ \
| * | hwmon: (emc6w201) Fix DIV_ROUND_CLOSEST problem with unsigned divisorsGuenter Roeck2012-12-221-1/+1
| * | hwmon: (lm73} Detect and report i2c bus errorsChris Verges2012-12-211-5/+11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-277-11/+35
|\ \ \
| * | | f2fs: Don't assign e_id in f2fs_acl_from_diskEric W. Biederman2012-12-251-1/+0
| * | | proc: Allow proc_free_inum to be called from any contextEric W. Biederman2012-12-251-6/+7
| * | | pidns: Stop pid allocation when init diesEric W. Biederman2012-12-254-4/+20
| * | | pidns: Outlaw thread creation after unshare(CLONE_NEWPID)Eric W. Biederman2012-12-241-0/+8
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-12-2724-98/+78
|\ \ \
| * | | ipv6/ip6_gre: set transport header correctlyIsaku Yamahata2012-12-261-2/+1
| * | | ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata2012-12-261-1/+1
| * | | IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike2012-12-261-6/+5
| * | | IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike2012-12-261-3/+6
| * | | net/vxlan: Use the underlying device index when joining/leaving multicast groupsYan Burman2012-12-261-2/+4
| * | | tcp: should drop incoming frames without ACK flag setEric Dumazet2012-12-261-4/+10
| * | | netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan2012-12-261-1/+1
| * | | cpts: fix a run time warn_on.Richard Cochran2012-12-261-1/+1
| * | | cpts: fix build error by removing useless code.Richard Cochran2012-12-262-2/+0
| * | | batman-adv: fix random jitter calculationAkinobu Mita2012-12-261-1/+1
| * | | arp: fix a regression in arp_solicit()Cong Wang2012-12-241-3/+3
| * | | net: sched: integer overflow fixStefan Hasko2012-12-221-1/+1
| * | | CONFIG_HOTPLUG removal from networking coreGreg KH2012-12-223-15/+0
| * | | Drivers: network: more __dev* removalGreg KH2012-12-223-14/+13
| * | | bridge: call br_netpoll_disable in br_add_ifGao feng2012-12-211-3/+5
| * | | ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet2012-12-211-5/+3
| * | | tuntap: dont use a private kmem_cacheEric Dumazet2012-12-211-21/+3
| * | | net: devnet_rename_seq should be a seqcountEric Dumazet2012-12-213-12/+12
| * | | ip_gre: fix possible use after freeEric Dumazet2012-12-211-1/+5
| * | | ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata2012-12-211-1/+4
| * | | solos-pci: double lock in geos_gpio_store()Dan Carpenter2012-12-211-1/+1
* | | | mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall2012-12-261-1/+7
* | | | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-12-2354-247/+241
|\ \ \ \
| * | | | i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-2254-247/+241
| | |/ / | |/| |
* | | | mm: modify pgdat_balanced() so that it also handles order-0Zlatko Calusic2012-12-231-60/+45
* | | | Partly revert "[media] uvcvideo: Set error_idx properly for extended controls...Rafael J. Wysocki2012-12-232-18/+13
|/ / /
* | | Linux 3.8-rc1v3.8-rc1Linus Torvalds2012-12-211-2/+2
* | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-12-2119-445/+738
|\ \ \