aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-14ipv6: statically link register_inet6addr_notifier()Cong Wang3-21/+23
2013-04-13net: mvmdio: add select PHYLIBThomas Petazzoni1-1/+1
2013-04-12net/802/mrp: fix possible race condition when calling mrp_pdu_queue()David Ward1-0/+4
2013-04-12tuntap: fix error return code in tun_set_iff()Wei Yongjun1-1/+1
2013-04-12be2net: take care of __vlan_put_tag return valueIvan Vecera1-2/+3
2013-04-12can: sja1000: fix handling on dt properties on little endian systemsChristoph Fritz1-16/+15
2013-04-12can: mcp251x: add missing IRQF_ONESHOT to request_threaded_irqMarc Kleine-Budde1-2/+8
2013-04-12netfilter: nf_nat: fix race when unloading protocol modulesFlorian Westphal1-33/+7
2013-04-11tcp: Reallocate headroom if it would overflow csum_startThomas Graf1-2/+6
2013-04-11stmmac: prevent interrupt loop with MMC RX IPC CounterChristian Ruppert1-0/+1
2013-04-11bonding: IFF_BONDING is not stripped on enslave failurenikolay@redhat.com1-0/+1
2013-04-11bonding: fix netdev event NULL pointer dereferencenikolay@redhat.com1-2/+11
2013-04-11tcp: incoming connections might use wrong route under synfloodDmitry Popov1-2/+2
2013-04-10lsm: add the missing documentation for the security_skb_owned_by() hookPaul Moore1-0/+4
2013-04-10bnx2x: Prevent null pointer dereference in AFEX modeYuval Mintz1-1/+2
2013-04-10e100: Add dma mapping error checkNeil Horman1-11/+25
2013-04-10NFSv4: Doh! Typo in the fix to nfs41_walk_client_listTrond Myklebust1-0/+1
2013-04-10drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal.Christopher Harvey1-10/+3
2013-04-09add memory barrier to arch_local_irq_restoreMark Salter1-1/+1
2013-04-09netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik5-11/+99
2013-04-09netfilter: ipset: list:set: fix reference counter updateJozsef Kadlecsik1-3/+7
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin1-1/+1
2013-04-09palinfo fixesAl Viro1-64/+13
2013-04-09procfs: add proc_remove_subtree()Al Viro2-30/+91
2013-04-09ecryptfs: close rmmod raceAl Viro1-12/+2
2013-04-09spinlocks and preemption points need to be at least compiler barriersLinus Torvalds2-19/+32
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet5-0/+27
2013-04-09NFSv4: Fix another potential state manager deadlockTrond Myklebust1-0/+1
2013-04-09tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Chris Metcalf1-1/+9
2013-04-09can: gw: use kmem_cache_free() instead of kfree()Wei Yongjun1-3/+3
2013-04-08netrom: fix invalid use of sizeof in nr_recvmsg()Wei Yongjun1-1/+1
2013-04-09drm/nouveau: fix unconditional return waiting on memoryCalvin Owens1-1/+1
2013-04-08ARC: Add implicit compiler barrier to raw_local_irq* functionsChristian Ruppert1-4/+8
2013-04-08qeth: fix qeth_wait_for_threads() deadlock for OSN devicesStefan Raspl4-0/+26
2013-04-08af_iucv: fix recvmsg by replacing skb_pull() functionUrsula Braun2-18/+24
2013-04-08rtnetlink: Call nlmsg_parse() with correct header lengthMichael Riesch1-2/+2
2013-04-08bonding: fix bonding_masters race condition in bond unloadingnikolay@redhat.com1-0/+9
2013-04-08Revert "bonding: remove sysfs before removing devices"nikolay@redhat.com1-1/+1
2013-04-08ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)2-2/+5
2013-04-08ftrace: Consistently restore trace function on sysctl enablingJan Kiszka1-6/+2
2013-04-08tracing: Fix race with update_max_tr_single and changing tracersSteven Rostedt (Red Hat)1-1/+4
2013-04-08net: mvneta: enable features before registering the driverwilly tarreau1-4/+5
2013-04-08hyperv: Fix RNDIS send_completion code pathHaiyang Zhang2-18/+13
2013-04-08hyperv: Fix a kernel warning from netvsc_linkstatus_callback()Haiyang Zhang1-2/+0
2013-04-08net: ipv4: fix schedule while atomic bug in check_lifetime()Jiri Pirko1-16/+42
2013-04-08net: ipv4: reset check_lifetime_work after changing lifetimeJiri Pirko1-0/+2
2013-04-08Revert "loop: cleanup partitions when detaching loop device"Jens Axboe2-20/+2
2013-04-08powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being performed before the ANDCOND testMichael Wolf1-1/+7
2013-04-07Linux 3.9-rc6Linus Torvalds1-1/+1
2013-04-07bnx2x: Fix KR2 rapid link flapYaniv Rosner1-7/+11