summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix append error cause to ERROR chunk correctlyWei Yongjun2010-07-051-2/+2
* sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman2010-07-051-5/+57
* wireless: report reasonable bitrate for MCS rates through wextJohn W. Linville2010-07-054-39/+38
* mac80211: fix handling of 4-address-mode in ieee80211_change_ifaceFelix Fietkau2010-07-051-4/+3
* mac80211: fix rts threshold checkShanyu Zhao2010-07-051-2/+3
* mac80211: Fix robust management frame handling (MFP)Jouni Malinen2010-07-051-1/+2
* mac80211: give warning if building w/out rate ctrl algorithmAndres Salomon2010-07-051-0/+9
* ipv4: udp: fix short packet and bad checksum loggingBjørn Mork2010-05-261-3/+3
* udp: fix for unicast RX path optimizationJorge Boncompte [DTI2]2010-05-122-4/+4
* tipc: Fix oops on send prior to entering networked mode (v3)Neil Horman2010-05-123-53/+11
* net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani2010-05-121-0/+1
* sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich2010-05-123-16/+33
* sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun2010-05-121-7/+10
* sctp: per_cpu variables should be in bh_disabled sectionVlad Yasevich2010-05-121-2/+2
* sctp: fix potential reference of a freed pointerVlad Yasevich2010-05-121-2/+4
* sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-05-122-0/+11
* ipv6: Fix tcp_v6_send_response transport header setting.Herbert Xu2010-05-121-1/+1
* ieee802154: Fix oops during ieee802154_sock_ioctlStefan Schmidt2010-05-121-0/+3
* mac80211: remove bogus TX agg state assignmentJohannes Berg2010-05-121-1/+0
* mac80211: Handle mesh action frames in ieee80211_rx_h_actionJavier Cardona2010-04-262-3/+5
* mac80211: tear down all agg queues when restart/reconfig hwWey-Yi Guy2010-04-261-0/+8
* mac80211: move netdev queue enabling to correct spotJohannes Berg2010-04-262-6/+12
* mac80211: fix PREQ processing and one small bugPorsch, Marco2010-04-261-2/+2
* Bluetooth: Fix kernel crash on L2CAP stress testsAndrei Emeltchenko2010-04-011-0/+5
* Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann2010-04-014-4/+41
* tcp: Fix tcp_make_synack()Eric Dumazet2010-04-011-9/+9
* tcp: Fix OOB POLLIN avoidance.Alexandra Kossovsky2010-04-011-1/+1
* tcp: Fix tcp_mark_head_lost() with packets == 0Lennart Schulte2010-04-011-0/+3
* net: Potential null skb->dev dereferenceEric Dumazet2010-04-012-5/+7
* netfilter: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso2010-04-012-3/+4
* netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err()Pablo Neira Ayuso2010-04-011-3/+14
* NET_DMA: free skbs periodicallySteven J. Magnani2010-04-011-20/+43
* ipv6: Don't drop cache route entry unless timer actually expired.YOSHIFUJI Hideaki / 吉藤英明2010-04-011-4/+9
* ipv4: Don't drop redirected route cache entry unless PTMU actually expiredGuenter Roeck2010-04-011-1/+2
* ipv4: check rt_genid in dst_checkTimo Teräs2010-04-011-4/+10
* ipsec: Fix bogus bundle flowiHerbert Xu2010-04-013-6/+9
* ip_gre: include route header_len in max_headroom calculationTimo Teräs2010-04-011-1/+3
* net: backlog functions renameZhu Yi2010-04-0112-14/+14
* x25: use limited socket backlogZhu Yi2010-04-011-1/+1
* tipc: use limited socket backlogZhu Yi2010-04-011-2/+4
* sctp: use limited socket backlogZhu Yi2010-04-012-15/+30
* llc: use limited socket backlogZhu Yi2010-04-011-1/+2
* udp: use limited socket backlogZhu Yi2010-04-012-12/+22
* tcp: use limited socket backlogZhu Yi2010-04-012-4/+8
* net: add limit for socket backlogZhu Yi2010-04-011-2/+14
* route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()Vitaliy Gusev2010-04-011-10/+6
* mac80211: Retry null data frame for power saveVivek Natarajan2010-04-013-7/+31
* netfilter: xt_recent: fix regression in rules using a zero hit_countPatrick McHardy2010-04-011-1/+1
* sunrpc: handle allocation errors from __rpc_lookup_create()Dan Carpenter2010-04-011-0/+2
* SUNRPC: Fix a potential memory leak in auth_gssTrond Myklebust2010-04-011-3/+2