summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-04-01Bluetooth: Fix kernel crash on L2CAP stress testsAndrei Emeltchenko1-0/+5
2010-04-01Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann4-4/+41
2010-04-01mac80211: Reset dynamic ps timer in Rx path.Vivek Natarajan1-0/+8
2010-04-01mac80211: Retry null data frame for power saveVivek Natarajan3-5/+31
2010-04-01netfilter: xt_recent: fix regression in rules using a zero hit_countPatrick McHardy1-1/+1
2010-04-01sunrpc: handle allocation errors from __rpc_lookup_create()Dan Carpenter1-0/+2
2010-04-01SUNRPC: Fix a potential memory leak in auth_gssTrond Myklebust1-3/+2
2010-04-01Bluetooth: Fix sleeping function in RFCOMM within invalid contextMarcel Holtmann1-1/+1
2010-03-15SUNRPC: Handle EINVAL error returns from the TCP connect operationTrond Myklebust1-0/+5
2010-03-15sunrpc: remove unnecessary svc_xprt_putNeil Brown1-4/+1
2010-03-15netfilter: xt_recent: fix false matchTim Gardner1-1/+1
2010-03-15netfilter: xt_recent: fix buffer overflowTim Gardner1-1/+1
2010-03-15scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman1-0/+2
2010-03-15ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei1-0/+1
2010-03-15inet: Remove bogus IGMPv3 report handlingHerbert Xu1-1/+1
2010-03-15net: bug fix for vlan + gro issueAjit Khaparde1-1/+1
2010-03-15net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman1-1/+2
2010-03-15net: Fix sysctl restarts...Eric W. Biederman2-3/+20
2010-03-15mac80211: quit addba_resp_timer if Tx BA session is torn downZhu Yi1-1/+2
2010-02-23mac80211: Fix probe request filtering in IBSS modeBenoit Papillault1-1/+1
2010-02-23pktgen: Fix freezing problemRafael J. Wysocki1-0/+1
2010-02-23dst: call cond_resched() in dst_gc_task()Eric Dumazet1-0/+2
2010-02-23netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy8-47/+48
2010-02-23netfilter: xtables: compat out of scope fixAlexey Dobriyan3-6/+6
2010-02-23netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan1-1/+1
2010-02-23netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet1-16/+23
2010-02-23netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy1-12/+12
2010-02-09mac80211: fix NULL pointer dereference when ftrace is enabledZhu Yi1-1/+1
2010-02-09ax25: netrom: rose: Fix timer oopsesJarek Poplawski4-5/+25
2010-02-09af_packet: Don't use skb after dev_queue_xmit()Jarek Poplawski1-5/+14
2010-02-09net: restore ip source validationJamal Hadi Salim2-0/+3
2010-02-09tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila1-0/+4
2010-01-28cfg80211: fix channel setting for wextAbhijeet Kolekar1-0/+1
2010-01-28mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces.Benoit Papillault1-0/+3
2010-01-28netfilter: xtables: fix conntrack match v1 ipt-save outputFlorian Westphal1-44/+17
2010-01-18ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller1-1/+6
2010-01-18mac80211: fix skb buffering issue (and fixes to that)Johannes Berg6-32/+126
2010-01-18mac80211: add missing sanity checks for action framesFelix Fietkau2-1/+7
2010-01-18cfg80211: fix syntax error on user regulatory hintsLuis R. Rodriguez1-1/+1
2010-01-18netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy1-9/+9
2010-01-18netfilter: ebtables: enforce CAP_NET_ADMINFlorian Westphal1-0/+6
2010-01-18sunrpc: on successful gss error pipe write, don't return errorJeff Layton1-1/+16
2010-01-18SUNRPC: Fix the return value in gss_import_sec_context()Trond Myklebust1-1/+1
2010-01-18SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust1-1/+3
2010-01-18sunrpc: fix peername failed on closed listenerXiaotian Feng1-1/+2
2010-01-06netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2-4/+23
2010-01-06ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy3-6/+19
2010-01-06mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez1-0/+1
2010-01-06cfg80211: fix race between deauth and assoc responseJohannes Berg1-1/+12
2010-01-06mac80211: Fix IBSS mergeSujith1-0/+4