summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-01-03ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2014-01-03net: Fix "ip rule delete table 256"Andreas Henriksson1-1/+2
2014-01-03net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2014-01-03mac80211: don't attempt to reorder multicast framesJohannes Berg1-1/+2
2014-01-03SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust1-7/+21
2013-11-28wireless: radiotap: fix parsing buffer overrunJohannes Berg1-1/+6
2013-11-28mac80211: correctly close cancelled scansEmmanuel Grumbach2-0/+22
2013-11-28mac80211: update sta->last_rx on acked tx framesFelix Fietkau1-0/+3
2013-11-28mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau1-0/+3
2013-11-28netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the pa...Patrick McHardy1-1/+1
2013-11-28inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2-2/+2
2013-11-28net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-11-28sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2013-11-28sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2013-11-28l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet1-0/+4
2013-11-28net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-11-28ipv6: restrict neighbor entry creation to output flowMarcelo Ricardo Leitner1-4/+7
2013-11-28ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-11-28net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2013-11-28net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2-2/+2
2013-11-28tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-11-28tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-10-27Revert "sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()"Ben Hutchings1-2/+1
2013-10-27ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-2/+2
2013-10-27ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-27ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-10-27ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka7-11/+11
2013-10-27resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2013-10-27net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann1-29/+13
2013-10-27netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov1-5/+4
2013-10-27net: sctp: fix smatch warning in sctp_send_asconf_del_ipDaniel Borkmann1-0/+3
2013-10-27caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones1-1/+2
2013-10-27libceph: unregister request in __map_request failed and nofail == falsemajianpeng1-0/+2
2013-10-27inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-4/+12
2013-10-27inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2-1/+80
2013-10-27tipc: fix lockdep warning during bearer initializationYing Xue1-1/+14
2013-10-27ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac1-1/+9
2013-10-27net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann1-1/+2
2013-10-27ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf1-7/+9
2013-10-27ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa1-0/+5
2013-10-27ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-6/+4
2013-10-27ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa1-4/+12
2013-10-27tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-10-27tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6
2013-10-27fib_trie: remove potential out of bound accessEric Dumazet1-4/+1
2013-10-27net: check net.core.somaxconn sysctl valuesRoman Gushchin1-1/+6
2013-10-27htb: fix sign extension bugstephen hemminger1-1/+1
2013-09-10SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust1-3/+6
2013-09-10sunrpc: remove the second argument of k[un]map_atomic()Cong Wang4-18/+18
2013-09-10mac80211: fix duplicate retransmission detectionJohannes Berg1-2/+8