summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.6.11.1v3.6.11.1Steven Rostedt (Red Hat)2013-03-251-1/+1
* team: unsyc the devices addresses when port is removedVlad Yasevich2013-03-221-0/+2
* mlx4_en: fix allocation of CPU affinity reverse-mapKleber Sacilotto de Souza2013-03-221-1/+1
* tcp: fix SYN-data space mis-accountingYuchung Cheng2013-03-221-7/+11
* ipv4: fix error handling in icmp_protocol.Li Wei2013-03-223-1/+25
* ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-03-224-38/+18
* ppp: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2013-03-221-0/+8
* xfrm: release neighbor upon dst destructionRomain KUNTZ2013-03-221-0/+2
* sparc64: Fix gfp_flags setting in tsb_grow().David S. Miller2013-03-221-1/+1
* sparc64: Add missing HAVE_ARCH_TRANSPARENT_HUGEPAGE.David S. Miller2013-03-221-0/+1
* net: splice: fix __splice_segment()Eric Dumazet2013-03-221-13/+15
* net: splice: avoid high order page splittingEric Dumazet2013-03-221-29/+9
* tcp: fix splice() and tcp collapsing interactionEric Dumazet2013-03-221-3/+10
* tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet2013-03-221-1/+1
* tcp: don't abort splice() after small transfersWilly Tarreau2013-03-221-4/+8
* tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet2013-03-221-4/+10
* tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng2013-03-221-2/+1
* ipv4: Fix route refcount on pmtu discoverySteffen Klassert2013-03-221-2/+9
* ipv4: Add a socket release callback for datagram socketsSteffen Klassert2013-03-225-0/+30
* ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert2013-03-221-1/+41
* ipv6: Add an error handler for icmp6Steffen Klassert2013-03-221-0/+12
* ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert2013-03-221-0/+3
* ipv4: Remove output route check in ipv4_mtuSteffen Klassert2013-03-221-1/+1
* IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar2013-03-221-1/+5
* tcp: fix incorrect LOCKDROPPEDICMPS counterEric Dumazet2013-03-221-5/+4
* macvlan: fix macvlan_get_size()Eric Dumazet2013-03-221-1/+4
* sctp: jsctp_sf_eat_sack: fix jprobes function signature mismatchDaniel Borkmann2013-03-221-1/+2
* mac802154: fix NOHZ local_softirq_pending 08 warningAlexander Aring2013-03-221-1/+1
* ipv6: Change skb->data before using icmpv6_notify() to propagate redirectDuan Jiong2013-03-222-0/+24
* 6lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明2013-03-221-1/+1
* dcbnl: fix various netlink info leaksMathias Krause2013-03-221-0/+8
* rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause2013-03-221-0/+1
* ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa2013-03-221-1/+2
* bridging: fix rx_handlers return codeCristian Bercaru2013-03-221-0/+1
* netlabel: correctly list all the static label mappingsPaul Moore2013-03-221-6/+6
* netlabel: fix build problems when CONFIG_IPV6=nPaul Moore2013-03-221-10/+5
* macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.Vlad Yasevich2013-03-221-0/+1
* tun: add a missing nf_reset() in tun_net_xmit()Eric Dumazet2013-03-221-0/+2
* tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-221-3/+3
* net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-221-1/+2
* rds: limit the size allocated by rds_message_alloc()Cong Wang2013-03-221-0/+3
* l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault2013-03-221-0/+1
* vlan: adjust vlan_set_encap_proto() for its callersCong Wang2013-03-221-3/+3
* sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause2013-03-221-0/+3
* ipv6: use a stronger hash for tcpEric Dumazet2013-03-224-6/+24
* ipv4: fix a bug in ping_err().Li Wei2013-03-221-2/+2
* net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue2013-03-221-1/+1
* xen-netback: cancel the credit timer when taking the vif downDavid Vrabel2013-03-221-2/+1
* xen-netback: correctly return errors from netbk_count_requests()David Vrabel2013-03-221-4/+4
* net: fix infinite loop in __skb_recv_datagram()Eric Dumazet2013-03-221-1/+1