summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-13cfg80211: fix warning when using WEXT for IBSSBruno Randolf1-0/+3
2013-11-13mac80211: fix crash if bitrate calculation goes wrongJohannes Berg1-0/+4
2013-11-13mac80211: update sta->last_rx on acked tx framesFelix Fietkau1-0/+3
2013-11-13mac80211: use sta_info_get_bss() for nl80211 tx and client probingFelix Fietkau2-2/+3
2013-11-13mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau1-0/+3
2013-11-13mac80211: correctly close cancelled scansEmmanuel Grumbach2-0/+22
2013-11-04wireless: radiotap: fix parsing buffer overrunJohannes Berg1-1/+6
2013-11-04ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-11-04netfilter: nf_conntrack: fix rt6i_gateway checks for H.323 helperJulian Anastasov1-2/+2
2013-11-04ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2-4/+8
2013-11-04inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2-2/+2
2013-11-04net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix raceDaniel Borkmann1-0/+10
2013-11-04sctp: Perform software checksum if packet has to be fragmented.Vlad Yasevich1-1/+1
2013-11-04sctp: Use software crc32 checksum when xfrm transform will happen.Fan Du1-1/+2
2013-11-04bridge: Correctly clamp MAX forward_delay when enabling STPVlad Yasevich1-1/+1
2013-11-04unix_diag: fix info leakMathias Krause1-0/+1
2013-11-04l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet1-0/+4
2013-11-04vti: get rid of nf mark rule in preroutingChristophe Gouault1-3/+11
2013-11-04net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-11-04net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selectedFabio Estevam1-0/+2
2013-11-04ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-11-04net: heap overflow in __audit_sockaddr()Dan Carpenter2-4/+22
2013-11-04l2tp: Fix build warning with ipv6 disabled.David S. Miller1-5/+8
2013-11-04l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois CACHEREUL2-4/+26
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2-2/+2
2013-11-04tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-11-04tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-11-04tcp: TSQ can use a dynamic limitEric Dumazet1-6/+11
2013-11-04tcp: TSO packets automatic sizingEric Dumazet5-7/+68
2013-10-13net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman1-2/+2
2013-10-13Bluetooth: Fix rfkill functionality during the HCI setup stageJohan Hedberg1-3/+12
2013-10-13Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg1-5/+10
2013-10-13Bluetooth: Fix encryption key size for peripheral roleAndre Guedes1-0/+2
2013-10-13Bluetooth: Fix security level for peripheral roleAndre Guedes1-1/+3
2013-10-13ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel1-0/+1
2013-10-13sit: allow to use rtnl ops on fb tunnelNicolas Dichtel1-0/+1
2013-10-13ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert1-6/+6
2013-10-13ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine1-2/+2
2013-10-13ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-13ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa1-2/+2
2013-10-13net: net_secret should not depend on TCPEric Dumazet2-6/+25
2013-10-13IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin(ux) M. BOIE2-15/+96
2013-10-13ipv6: udp packets following an UFO enqueued packet need also be handled by UFOHannes Frederic Sowa1-31/+22
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka8-12/+12
2013-10-13ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-10-13net:dccp: do not report ICMP redirects to user spaceDuan Jiong1-0/+1
2013-10-13net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann2-3/+2
2013-10-13ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi1-2/+2
2013-10-13bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo1-4/+1