summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-11-29SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust
2013-11-29SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson
2013-11-29SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson
2013-11-20netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy
2013-11-20net: flow_dissector: fail on evil iph->ihlJason Wang
2013-11-13mac80211: update sta->last_rx on acked tx framesFelix Fietkau
2013-11-13mac80211: correctly close cancelled scansEmmanuel Grumbach
2013-11-04wireless: radiotap: fix parsing buffer overrunJohannes Berg
2013-11-04inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa
2013-11-04net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann
2013-11-04sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich
2013-11-04sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du
2013-11-04unix_diag: fix info leakMathias Krause
2013-11-04l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet
2013-11-04net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde
2013-11-04bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich
2013-11-04ipv6: restrict neighbor entry creation to output flowMarcelo Ricardo Leitner
2013-11-04ipv4: fix ineffective source address selectionJiri Benc
2013-11-04net: heap overflow in __audit_sockaddr()Dan Carpenter
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-11-04tcp: must unclone packets before mangling themEric Dumazet
2013-10-13Bluetooth: Fix encryption key size for peripheral roleAndre Guedes
2013-10-13Bluetooth: Fix security level for peripheral roleAndre Guedes
2013-10-13ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine
2013-10-13ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine
2013-10-13ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-10-13ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka
2013-10-13bridge: Clamp forward_delay when enabling STPHerbert Xu
2013-10-13resubmit bridge: fix message_age_timer calculationChris Healy
2013-10-13net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann
2013-10-13netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov
2013-10-13net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet
2013-10-13net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann
2013-10-13caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones
2013-10-01Revert "sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()"Greg Kroah-Hartman
2013-09-14tipc: fix lockdep warning during bearer initializationYing Xue
2013-09-14net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcvDaniel Borkmann
2013-09-14ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac
2013-09-14net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann
2013-09-14ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf
2013-09-14ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa
2013-09-14ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa
2013-09-14ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa
2013-09-14tcp: cubic: fix bug in bictcp_acked()Eric Dumazet
2013-09-14tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet
2013-09-14fib_trie: remove potential out of bound accessEric Dumazet
2013-09-14neighbour: populate neigh_parms on alloc before calling ndo_neigh_setupVeaceslav Falico
2013-09-14net: check net.core.somaxconn sysctl valuesRoman Gushchin