summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-10-13ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-10-13ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-13ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-2/+2
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka7-11/+11
2013-10-13bridge: Clamp forward_delay when enabling STPHerbert Xu3-8/+26
2013-10-13resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2013-10-13net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann1-30/+12
2013-10-13netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov1-5/+4
2013-10-13caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones1-1/+2
2013-10-05splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2013-10-01Revert "sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()"Greg Kroah-Hartman1-2/+1
2013-09-14tipc: fix lockdep warning during bearer initializationYing Xue1-1/+14
2013-09-14ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac1-1/+9
2013-09-14net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann1-1/+2
2013-09-14ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf1-7/+9
2013-09-14ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa1-0/+5
2013-09-14ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-6/+4
2013-09-14ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa1-4/+12
2013-09-14tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-09-14tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6
2013-09-14fib_trie: remove potential out of bound accessEric Dumazet1-4/+1
2013-09-14net: check net.core.somaxconn sysctl valuesRoman Gushchin1-1/+6
2013-09-14htb: fix sign extension bugstephen hemminger1-1/+1
2013-08-20Revert "genetlink: fix family dump race"Greg Kroah-Hartman1-7/+0
2013-08-20genetlink: fix family dump raceJohannes Berg1-0/+7
2013-08-20af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel1-0/+1
2013-08-11net_sched: info leak in atm_tc_dump_class()Dan Carpenter1-0/+1
2013-08-11af_key: more info leaks in pfkey messagesDan Carpenter1-0/+4
2013-08-11net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller1-0/+1
2013-08-11ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa1-0/+5
2013-08-11sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman1-6/+2
2013-08-11sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2013-08-11mac80211: fix duplicate retransmission detectionJohannes Berg1-2/+8
2013-08-11nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior1-2/+5
2013-07-28vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-28ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2-2/+8
2013-07-28l2tp: add missing .owner to struct pppox_protoWei Yongjun1-1/+2
2013-07-28ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2-18/+28
2013-07-28x25: Fix broken locking in ioctl error paths.Dave Jones1-7/+8
2013-07-28neighbour: fix a race in neigh_destroy()Eric Dumazet1-5/+7
2013-07-28af_key: fix info leaks in notify messagesMathias Krause1-0/+2
2013-07-28ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet1-1/+7
2013-07-28ipv6: don't call addrconf_dst_alloc again when enable loGao feng1-0/+3
2013-07-28bridge: fix switched interval for MLD Query typesLinus Lüssing1-2/+3
2013-07-13libceph: Fix NULL pointer dereference in auth client codeTyler Hicks1-0/+6
2013-07-03Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo1-0/+3
2013-06-27l2tp: Fix sendmsg() return valueGuillaume Nault1-1/+1
2013-06-27l2tp: Fix PPP header erasure and memory leakGuillaume Nault1-2/+2
2013-06-27packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann1-3/+2
2013-06-27net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann1-0/+6