summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-09-12Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc
2012-09-12svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields
2012-09-12svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields
2012-09-12svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields
2012-09-12dccp: check ccid before dereferencingMathias Krause
2012-09-12Bluetooth: Fix legacy pairing with some devicesSzymon Janc
2012-08-19cfg80211: process pending events when unregistering net deviceDaniel Drake
2012-08-19mac80211: cancel mesh path timerJohannes Berg
2012-08-19tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina
2012-08-19net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc
2012-08-19tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu
2012-08-19wanmain: comparing array with NULLAlan Cox
2012-08-19cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore
2012-08-19caif: Fix access to freed pernet memorySjur Brændeland
2012-08-19sctp: Fix list corruption resulting from freeing an association on a listNeil Horman
2012-08-19sch_sfb: Fix missing NULL checkAlan Cox
2012-08-10drop_monitor: dont sleep in atomic contextEric Dumazet
2012-08-10drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman
2012-08-10drop_monitor: Make updating data->skb smp safeNeil Horman
2012-08-10drop_monitor: fix sleeping in invalid context warningNeil Horman
2012-08-10SUNRPC: return negative value in case rpcbind client creation errorStanislav Kinsbursky
2012-08-10nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-08-10net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o
2012-08-10cfg80211: fix interface combinations check for ADHOC(IBSS)Liang Li
2012-07-25net: remove skb_orphan_try()Eric Dumazet
2012-07-25cfg80211: check iface combinations only when iface is runningMichal Kazior
2012-07-25tcp: drop SYN+FIN messagesEric Dumazet
2012-07-12bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger
2012-07-12ipv6: Move ipv6 proc file registration to end of init orderThomas Graf
2012-07-12netpoll: fix netpoll_send_udp() bugsEric Dumazet
2012-07-12ethtool: allow ETHTOOL_GSSET_INFO for usersMichał Mirosław
2012-07-12l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet
2012-07-12net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet
2012-07-12net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang
2012-07-12mac80211: correct behaviour on unrecognised action framesJohannes Berg
2012-07-12NFC: Return from rawsock_release when sk is NULLEric Dumazet
2012-07-12NFC: Prevent multiple buffer overflows in NCIDan Rosenberg
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet
2012-07-04batman-adv: only drop packets of known wifi clientsMarek Lindner
2012-07-04batman-adv: fix skb->data assignmentAntonio Quartulli
2012-07-04cfg80211: fix potential deadlock in regulatoryEliad Peller
2012-06-19cfg80211: fix interface combinations checkJohannes Berg
2012-06-19mac80211: clean up remain-on-channel on interface stopJohannes Berg
2012-06-19NFSv4.1: Fix a request leak on the back channelTrond Myklebust
2012-06-10xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier
2012-06-10sctp: check cached dst before using itNicolas Dichtel
2012-06-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller
2012-06-10l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC caseJames Chapman
2012-06-10ipv6: fix incorrect ipsec fragmentGao feng
2012-06-10set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)