summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-02-27sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause1-0/+3
2013-02-14net: splice: fix __splice_segment()Eric Dumazet1-13/+15
2013-02-14net: splice: avoid high order page splittingEric Dumazet1-29/+9
2013-02-14tcp: fix splice() and tcp collapsing interactionEric Dumazet1-3/+10
2013-02-14tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet1-1/+1
2013-02-14tcp: don't abort splice() after small transfersWilly Tarreau1-4/+8
2013-02-14tcp: fix for zero packets_in_flight was too broadIlpo Järvinen1-2/+6
2013-02-14tcp: frto should not set snd_cwnd to 0Eric Dumazet1-1/+2
2013-02-14tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet1-4/+10
2013-02-14tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng1-2/+1
2013-02-14net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann1-0/+5
2013-02-14net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann1-1/+1
2013-02-14sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman1-4/+8
2013-02-14ipv4: Fix route refcount on pmtu discoverySteffen Klassert1-2/+9
2013-02-14ipv4: Add a socket release callback for datagram socketsSteffen Klassert4-0/+28
2013-02-14ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert1-1/+41
2013-02-14ipv6: Add an error handler for icmp6Steffen Klassert1-0/+12
2013-02-14ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert1-0/+3
2013-02-14ipv4: Remove output route check in ipv4_mtuSteffen Klassert1-1/+1
2013-02-14ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()Tommi Rantala1-1/+1
2013-02-14packet: fix leakage of tx_ring memoryPhil Sutter1-4/+6
2013-02-14ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner1-1/+1
2013-02-14pktgen: correctly handle failures when adding a deviceCong Wang1-3/+6
2013-02-14IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar1-1/+5
2013-02-14tcp: fix incorrect LOCKDROPPEDICMPS counterEric Dumazet1-5/+4
2013-02-14ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ1-2/+2
2013-02-14tcp: fix a panic on UP machines in reqsk_fastopen_removeEric Dumazet1-2/+0
2013-02-14net, wireless: overwrite default_ethtool_opsStanislaw Gruszka2-2/+9
2013-02-14ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz1-1/+1
2013-02-14net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2013-02-14Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg1-0/+13
2013-02-03netfilter: xt_CT: fix unset return value if conntrack zone are disabledPablo Neira Ayuso1-2/+2
2013-02-03netfilter: ctnetlink: fix leak in error path of ctnetlink_create_expectJesper Juhl1-1/+1
2013-02-03netfilter: x_tables: print correct hook names for ARPJan Engelhardt1-8/+20
2013-02-03netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netnsPablo Neira Ayuso2-4/+6
2013-02-03netfilter: xt_recent: avoid high order page allocationsEric Dumazet1-5/+18
2013-02-03netfilter: xt_recent: fix namespace destroy pathVitaly E. Lavrov1-4/+16
2013-02-03netfilter: xt_hashlimit: fix race that results in duplicated entriesPablo Neira Ayuso1-4/+21
2013-02-03netfilter: xt_hashlimit: fix namespace destroy pathVitaly E. Lavrov1-4/+25
2013-02-03netfilter: fix missing dependencies for the NOTRACK targetPablo Neira Ayuso1-0/+3
2013-02-03netfilter: xt_CT: recover NOTRACK target supportPablo Neira Ayuso2-1/+53
2013-02-03netfilter: nfnetlink_log: fix possible compilation issue due to missing includePablo Neira Ayuso1-0/+1
2013-02-03netfilter: nfnetlink_log: fix mac address for 6in4 tunnelsBob Hockney1-3/+12
2013-02-03netfilter: nf_ct_reasm: fix conntrack reassembly expire codeHaibo Xi1-1/+4
2013-02-03netfilter: ip[6]t_REJECT: fix wrong transport header pointer in TCP resetMukund Jampala2-0/+2
2013-02-03Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo1-1/+1
2013-02-03mac80211: fix FT roamingJohannes Berg1-1/+11
2013-02-03mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka3-26/+14
2013-02-03Bluetooth: Fix sending HCI commands after resetSzymon Janc1-1/+1
2013-01-17rbd: remove linger unconditionallyAlex Elder1-1/+1