summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2007-11-16TCP: Make sure write_queue_from does not begin with NULL ptr (CVE-2007-5501)Ilpo Järvinen1-0/+5
2007-11-16mac80211: make ieee802_11_parse_elems return voidJohn W. Linville1-47/+9
2007-11-16mac80211: only honor IW_SCAN_THIS_ESSID in STA, IBSS, and AP modesJohn W. Linville1-18/+19
2007-11-16mac80211: honor IW_SCAN_THIS_ESSID in siwscan ioctlBill Moss1-16/+24
2007-11-16mac80211: store SSID in sta_bss_listJohn W. Linville1-21/+33
2007-11-16mac80211: store channel info in sta_bss_listJohn W. Linville1-15/+20
2007-11-16mac80211: reorder association debug outputJohannes Berg1-5/+6
2007-11-16ieee80211: fix TKIP QoS bugJohannes Berg1-1/+1
2007-11-16NETFILTER: nf_conntrack_tcp: fix connection reopeningJozsef Kadlecsik1-21/+17
2007-11-16Fix netlink timeouts.Patrick McHardy1-5/+5
2007-11-16Fix crypto_alloc_comp() error checking.Herbert Xu2-2/+4
2007-11-16Fix SET_VLAN_INGRESS_PRIORITY_CMD error return.Patrick McHardy1-0/+1
2007-11-16Fix VLAN address syncing.Patrick McHardy1-0/+4
2007-11-16Fix endianness bug in U32 classifier.Radu Rendec1-2/+2
2007-11-16Fix TEQL oops.Evgeniy Polyakov1-0/+3
2007-11-16Fix error returns in sys_socketpair()David Miller1-1/+4
2007-11-16softmac: fix wext MLME request reason code endiannessJohannes Berg1-1/+1
2007-11-16Fix kernel_accept() return handling.Tony Battersby1-0/+1
2007-11-16Fix advertised packet scheduler timer resolutionPatrick McHardy1-1/+4
2007-11-16Add get_unaligned to ieee80211_get_radiotap_lenAndy Green1-1/+1
2007-11-16mac80211: Improve sanity checks on injected packetsAndy Green1-20/+28
2007-11-16mac80211: filter locally-originated multicast framesJohn W. Linville1-2/+3
2007-10-08[IPv6]: Fix ICMPv6 redirect handling with target multicast addressBrian Haley1-4/+5
2007-10-08[PKT_SCHED] cls_u32: error code isn't been propogated properlyStephen Hemminger1-1/+1
2007-10-08[ROSE]: Fix rose.ko oops on unloadAlexey Dobriyan2-7/+12
2007-10-08[TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKedIlpo Järvinen1-0/+3
2007-10-03Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik1-1/+1
2007-10-03[PATCH] softmac: Fix compiler-warningRichard Knutsson1-1/+1
2007-10-02[IEEE80211]: avoid integer underflow for runt rx framesJohn W. Linville1-0/+6
2007-10-02[SFQ]: Remove artificial limitation for queue limit.Alexey Kuznetsov1-16/+31
2007-09-29[TCP]: Fix MD5 signature handling on big-endian.David S. Miller2-19/+18
2007-09-28[NET]: Zero length write() on socket should not simply return 0.David S. Miller1-3/+0
2007-09-26fix sctp_del_bind_addr() last argument typeAl Viro1-1/+1
2007-09-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds10-51/+280
2007-09-26SCTP : Add paramters validity check for ASCONF chunkWei Yongjun2-0/+96
2007-09-26SCTP: Discard OOTB packetes with bundled INIT early.Vlad Yasevich1-0/+8
2007-09-26SCTP: Clean up OOTB handling and fix infinite loop processingVlad Yasevich2-41/+138
2007-09-26SCTP: Explicitely discard OOTB chunksVlad Yasevich1-5/+8
2007-09-26SCTP: Send ABORT chunk with correct tag in response to INIT ACKWei Yongjun1-1/+16
2007-09-26SCTP: Validate buffer room when processing sequential chunksVlad Yasevich1-0/+8
2007-09-26[PATCH] mac80211: fix initialisation when built-inJohannes Berg2-2/+2
2007-09-26[PATCH] net/mac80211/wme.c: fix sparse warningJohannes Berg1-1/+1
2007-09-26[PATCH] cfg80211: fix initialisation if built-inJohannes Berg1-1/+1
2007-09-26[PATCH] net/wireless/sysfs.c: Shut up build warningSatyam Sharma1-0/+2
2007-09-25Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik2-36/+20
2007-09-21[PATCH] softmac: Fix inability to associate with WEP networksLarry Finger2-36/+20
2007-09-21rpc: fix garbage in printk in svc_tcp_accept()Wolfgang Walter1-1/+2
2007-09-20[PKT_SCHED]: Fix 'SFQ qdisc crashes with limit of 2 packets'Alexey Kuznetsov1-5/+5
2007-09-20[NETFILTER]: nfnetlink_log: fix sending of multipart messagesEric Leblond1-6/+7
2007-09-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds22-313/+307