summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-14dccp: check ccid before dereferencingMathias Krause1-2/+2
2012-09-14Fix order of arguments to compat_put_time[spec|val]Mikulas Patocka1-2/+2
2012-09-14svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields1-1/+2
2012-09-14svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields1-5/+2
2012-09-14svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields1-1/+1
2012-09-14Bluetooth: Fix legacy pairing with some devicesSzymon Janc2-1/+7
2012-09-14Bluetooth: Set name_state to unknown when entry name is emptyRam Malovany1-0/+2
2012-09-14Bluetooth: Fix using a NULL inquiry cache entryRam Malovany1-5/+11
2012-09-14Bluetooth: Fix using NULL inquiry entryRam Malovany1-0/+3
2012-08-15cfg80211: fix interface combinations check for ADHOC(IBSS)Liang Li1-0/+3
2012-08-15cfg80211: process pending events when unregistering net deviceDaniel Drake3-1/+7
2012-08-15net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o2-0/+4
2012-08-15wireless: reg: restore previous behaviour of chan->max_power calculationsStanislaw Gruszka1-1/+15
2012-08-15mac80211: cancel mesh path timerJohannes Berg1-0/+1
2012-08-15SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky1-2/+2
2012-08-15sunrpc: clnt: Add missing bracesJoe Perches1-1/+2
2012-08-09tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina1-1/+3
2012-08-09net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc1-1/+7
2012-08-09tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu1-1/+4
2012-08-09wanmain: comparing array with NULLAlan Cox1-28/+23
2012-08-09net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl1-2/+2
2012-08-09cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-08-09caif: Fix access to freed pernet memorySjur Brændeland1-1/+1
2012-08-09sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2-7/+12
2012-08-09sch_sfb: Fix missing NULL checkAlan Cox1-0/+2
2012-08-09net: Fix memory leak - vlan_info structAmir Hanania1-0/+3
2012-08-09netem: add limitation to reordered packetsEric Dumazet1-27/+15
2012-08-09nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton3-1/+14
2012-08-09mac80211: fail authentication when AP denied authenticationEliad Peller1-2/+2
2012-08-09tun: fix a crash bug and a memory leakMikulas Patocka1-0/+3
2012-07-19cfg80211: check iface combinations only when iface is runningMichal Kazior1-1/+1
2012-07-19mac80211: destroy assoc_data correctly if assoc failsEliad Peller1-4/+2
2012-07-16splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2012-07-16mac80211: fix queues stuck issue with HT bandwidth changeJohannes Berg1-5/+6
2012-07-16SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-4/+0
2012-07-16SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2-14/+17
2012-07-16mac80211: correct behaviour on unrecognised action framesJohannes Berg1-1/+4
2012-07-16mac80211: clear ifmgd->bssid only after building DELBAEliad Peller1-7/+6
2012-07-16batman-adv: only drop packets of known wifi clientsMarek Lindner1-4/+4
2012-07-16batman-adv: fix skb->data assignmentAntonio Quartulli1-0/+2
2012-07-16cfg80211: fix potential deadlock in regulatoryEliad Peller1-1/+1
2012-07-16NFC: Prevent multiple buffer overflows in NCIDan Rosenberg1-5/+5
2012-07-16NFC: Return from rawsock_release when sk is NULLEric Dumazet1-1/+4
2012-07-16bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger3-1/+3
2012-07-16net: remove skb_orphan_try()Eric Dumazet3-26/+1
2012-07-16netpoll: fix netpoll_send_udp() bugsEric Dumazet1-5/+6
2012-07-16ipv6: Move ipv6 proc file registration to end of init orderThomas Graf1-10/+31
2012-07-16ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf1-1/+1
2012-07-16net: neighbour: fix neigh_dump_info()Eric Dumazet1-8/+6
2012-07-16l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet1-3/+6