aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix lockdep warning during bearer initializationYing Xue2013-09-141-1/+14
* ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTOJiri Bohac2013-09-141-1/+9
* net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann2013-09-141-1/+2
* ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf2013-09-141-7/+9
* ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2013-09-141-0/+5
* ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa2013-09-141-6/+4
* ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa2013-09-141-4/+12
* tcp: cubic: fix bug in bictcp_acked()Eric Dumazet2013-09-141-1/+1
* tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet2013-09-141-4/+6
* fib_trie: remove potential out of bound accessEric Dumazet2013-09-141-4/+1
* net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-09-141-1/+6
* htb: fix sign extension bugstephen hemminger2013-09-141-1/+1
* Revert "genetlink: fix family dump race"Greg Kroah-Hartman2013-08-201-7/+0
* genetlink: fix family dump raceJohannes Berg2013-08-201-0/+7
* af_key: initialize satype in key_notify_policy_flush()Nicolas Dichtel2013-08-201-0/+1
* net_sched: info leak in atm_tc_dump_class()Dan Carpenter2013-08-111-0/+1
* af_key: more info leaks in pfkey messagesDan Carpenter2013-08-111-0/+4
* net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller2013-08-111-0/+1
* ipv6: take rtnl_lock and mark mrt6 table as freed on namespace cleanupHannes Frederic Sowa2013-08-111-0/+5
* sctp: fully initialize sctp_outq in sctp_outq_initNeil Horman2013-08-111-6/+2
* sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar2013-08-111-1/+5
* mac80211: fix duplicate retransmission detectionJohannes Berg2013-08-111-2/+8
* nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior2013-08-111-2/+5
* vlan: fix a race in egress prio managementEric Dumazet2013-07-281-0/+7
* ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-282-2/+8
* l2tp: add missing .owner to struct pppox_protoWei Yongjun2013-07-281-1/+2
* ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-282-18/+28
* x25: Fix broken locking in ioctl error paths.Dave Jones2013-07-281-7/+8
* neighbour: fix a race in neigh_destroy()Eric Dumazet2013-07-281-5/+7
* af_key: fix info leaks in notify messagesMathias Krause2013-07-281-0/+2
* ipv6: ip6_sk_dst_check() must not assume ipv6 dstEric Dumazet2013-07-281-1/+7
* ipv6: don't call addrconf_dst_alloc again when enable loGao feng2013-07-281-0/+3
* bridge: fix switched interval for MLD Query typesLinus Lüssing2013-07-281-2/+3
* libceph: Fix NULL pointer dereference in auth client codeTyler Hicks2013-07-131-0/+6
* Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo2013-07-031-0/+3
* l2tp: Fix sendmsg() return valueGuillaume Nault2013-06-271-1/+1
* l2tp: Fix PPP header erasure and memory leakGuillaume Nault2013-06-271-2/+2
* packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann2013-06-271-3/+2
* net: sctp: fix NULL pointer dereference in socket destructionDaniel Borkmann2013-06-271-0/+6
* ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-271-1/+3
* net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski2013-06-272-24/+56
* ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2013-06-272-2/+2
* tcp: xps: fix reordering issuesEric Dumazet2013-06-271-4/+6
* netlabel: improve domain mapping validationPaul Moore2013-06-271-0/+69
* ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet2013-06-271-1/+1
* tcp: fix tcp_md5_hash_skb_data()Eric Dumazet2013-06-271-1/+5
* mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg2013-06-071-0/+9
* xfrm6: release dev before returning errorCong Wang2013-05-191-1/+3
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-195-14/+27
* bridge: fix race with topology change timerstephen hemminger2013-05-191-1/+1