summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-11-28wireless: radiotap: fix parsing buffer overrunJohannes Berg
2013-11-28mac80211: correctly close cancelled scansEmmanuel Grumbach
2013-11-28mac80211: update sta->last_rx on acked tx framesFelix Fietkau
2013-11-28mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau
2013-11-28netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy
2013-11-28inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa
2013-11-28net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann
2013-11-28sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2013-11-28sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2013-11-28l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet
2013-11-28net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde
2013-11-28ipv6: restrict neighbor entry creation to output flowMarcelo Ricardo Leitner
2013-11-28ipv4: fix ineffective source address selectionJiri Benc
2013-11-28net: heap overflow in __audit_sockaddr()Dan Carpenter
2013-11-28net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2013-11-28tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-11-28tcp: must unclone packets before mangling themEric Dumazet
2013-10-26Revert "sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()"Ben Hutchings
2013-10-26ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine
2013-10-26ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine
2013-10-26ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa
2013-10-26ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-10-26resubmit bridge: fix message_age_timer calculationChris Healy
2013-10-26net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann
2013-10-26netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov
2013-10-26net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann
2013-10-26caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones
2013-10-26libceph: unregister request in __map_request failed and nofail == falsemajianpeng
2013-10-26inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet
2013-10-26inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert
2013-10-26tipc: fix lockdep warning during bearer initializationYing Xue
2013-10-26ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac
2013-10-26net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann
2013-10-26ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf
2013-10-26ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa
2013-10-26ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa
2013-10-26ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa
2013-10-26tcp: cubic: fix bug in bictcp_acked()Eric Dumazet
2013-10-26tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet
2013-10-26fib_trie: remove potential out of bound accessEric Dumazet
2013-10-26net: check net.core.somaxconn sysctl valuesRoman Gushchin
2013-10-26htb: fix sign extension bugstephen hemminger
2013-09-10SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust
2013-09-10sunrpc: remove the second argument of k[un]map_atomic()Cong Wang
2013-09-10mac80211: fix duplicate retransmission detectionJohannes Berg
2013-09-10nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior
2013-09-10af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel
2013-09-10net_sched: info leak in atm_tc_dump_class()Dan Carpenter
2013-09-10af_key: more info leaks in pfkey messagesDan Carpenter
2013-09-10net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller