summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2007-12-14BRIDGE: Properly dereference the br_should_route_hookPavel Emelyanov2-5/+6
2007-12-14NETFILTER: xt_TCPMSS: remove network triggerable WARN_ONPatrick McHardy1-3/+1
2007-12-14XFRM: Fix leak of expired xfrm_statesPatrick McHardy1-1/+1
2007-12-14NETFILTER: fix forgotten module release in xt_CONNMARK and xt_CONNSECMARKJan Engelhardt2-10/+10
2007-12-14UNIX: EOF on non-blocking SOCK_SEQPACKETFlorian Zumbiehl1-1/+8
2007-12-14TCP: illinois: Incorrect beta usageStephen Hemminger1-1/+1
2007-12-14IPV6: Restore IPv6 when MTU is big enoughEvgeniy Polyakov1-1/+10
2007-12-14DECNET: dn_nl_deladdr() almost always returns no errorPavel Emelyanov1-1/+3
2007-12-14VLAN: Fix nested VLAN transmit bugJoonwoo Park1-1/+2
2007-12-14RXRPC: Add missing select on CRYPTODavid Howells1-0/+1
2007-12-14BRIDGE: Lost call to br_fdb_fini() in br_init() error pathPavel Emelyanov1-1/+3
2007-12-14PFKEY: Sending an SADB_GET responds with an SADB_GETCharles Hardin1-1/+1
2007-12-14TCP: MTUprobe: fix potential sk_send_head corruptionIlpo Järvinen1-1/+0
2007-12-14TCP: Problem bug with sysctl_tcp_congestion_control functionSam Jansen1-1/+1
2007-12-14IPV4: Remove bogus ifdef mess in arp_processAdrian Bunk1-19/+0
2007-12-14NET: Corrects a bug in ip_rt_acct_read()Eric Dumazet1-6/+2
2007-12-14netfilter: Fix kernel panic with REDIRECT target.Evgeniy Polyakov1-4/+1
2007-12-14nf_nat: fix memset errorLi Zefan1-1/+1
2007-12-14PKT_SCHED: Check subqueue status before calling hard_start_xmitPeter P Waskiewicz Jr1-2/+3
2007-12-14NETFILTER: Fix NULL pointer dereference in nf_nat_move_storage()Evgeniy Polyakov1-1/+1
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-07[PKT_SCHED] cls_u32: error code isn't been propogated properlyStephen Hemminger1-1/+1
2007-10-07[ROSE]: Fix rose.ko oops on unloadAlexey Dobriyan2-7/+12
2007-10-07[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-02[PATCH] softmac: Fix compiler-warningRichard Knutsson1-1/+1
2007-10-01[IEEE80211]: avoid integer underflow for runt rx framesJohn W. Linville1-0/+6
2007-10-01[SFQ]: Remove artificial limitation for queue limit.Alexey Kuznetsov1-16/+31