summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-07-28vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-289p: fix off by one causing access violations and memory corruptionSasha Levin1-5/+5
2013-07-28ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa1-3/+6
2013-07-28ipv6: ip6_append_data_mtu did not care about pmtudisc and frag_sizeHannes Frederic Sowa1-6/+10
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-28ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik1-2/+2
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
2013-06-27ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng1-1/+3
2013-06-27net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski2-24/+56
2013-06-27ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet2-2/+2
2013-06-27tcp: xps: fix reordering issuesEric Dumazet1-4/+6
2013-06-27tcp: bug fix in proportional rate reduction.Nandita Dukkipati1-10/+13
2013-06-27netlabel: improve domain mapping validationPaul Moore1-0/+69
2013-06-27ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet1-1/+1
2013-06-27tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-2/+5
2013-06-20libceph: wrap auth methods in a mutexSage Weil1-22/+56
2013-06-20libceph: wrap auth ops in wrapper functionsSage Weil4-22/+59
2013-06-20libceph: add update_authorizer auth methodSage Weil3-0/+29
2013-06-20libceph: fix authorizer invalidationSage Weil1-1/+1
2013-06-20libceph: clear messenger auth_retry flag when we authenticateSage Weil1-2/+1
2013-06-20Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2-1/+26
2013-06-20libceph: must hold mutex for reset_changed_osds()Alex Elder1-1/+1
2013-06-07mac80211: close AP_VLAN interfaces before unregistering allJohannes Berg1-0/+9
2013-05-19xfrm6: release dev before returning errorCong Wang1-1/+3
2013-05-19ipv6: do not clear pinet6 fieldEric Dumazet5-14/+27
2013-05-19packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann1-34/+20
2013-05-19bridge: fix race with topology change timerstephen hemminger1-1/+1
2013-05-19net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork2-2/+2
2013-05-19net: use netdev_features_t in skb_needs_linearize()Patrick McHardy1-1/+1
2013-05-19net_sched: act_ipt forward compat with xtablesJamal Hadi Salim1-3/+30
2013-05-11ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom1-5/+1
2013-05-07wireless: regulatory: fix channel disabling race conditionJohannes Berg1-1/+1
2013-05-01net: drop dst before queueing fragmentsEric Dumazet2-6/+22
2013-05-01net: fix incorrect credentials passingLinus Torvalds1-4/+10
2013-05-01net: rate-limit warn-bad-offload splats.Ben Greear1-0/+3
2013-05-01tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+32
2013-05-01net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann1-1/+1