summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: inherit listener congestion control for passive cnxEric Dumazet2011-11-302-1/+4
* ipv4: remove useless codes in ipmr_device_event()RongQing.Li2011-11-301-3/+1Star
* tcp: avoid frag allocation for small framesEric Dumazet2011-11-291-3/+6
* tcp: do not scale TSO segment size with reordering degreeNeal Cardwell2011-11-292-2/+2
* net: dont call jump_label_dec from irq contextEric Dumazet2011-11-291-2/+4
* tcp: tcp_sendmsg() wrong access to sk_route_capsEric Dumazet2011-11-291-4/+4
* tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_openNeal Cardwell2011-11-281-1/+2
* tcp: allow undo from reordered DSACKsNeal Cardwell2011-11-281-13/+2Star
* tcp: use SACKs and DSACKs that arrive on ACKs below snd_unaNeal Cardwell2011-11-281-3/+7
* tcp: use DSACKs that arrive when packets_out is 0Neal Cardwell2011-11-281-0/+4
* tcp: make is_dupack a parameter to tcp_fastretrans_alert()Neal Cardwell2011-11-281-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-266-16/+27
|\
| * ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert2011-11-261-2/+2
| * net: Move mtu handling down to the protocol depended handlersSteffen Klassert2011-11-261-2/+9
| * net: Rename the dst_opt default_mtu method to mtuSteffen Klassert2011-11-261-5/+5
| * route: Use the device mtu as the default for blackhole routesSteffen Klassert2011-11-261-1/+1
| * ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2011-11-242-3/+4
| * ipv4 : igmp : fix error handle in ip_mc_add_src()Jun Zhao2011-11-231-1/+2
| * netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller2011-11-231-1/+0Star
| * net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 socketsMaciej Żenczykowski2011-11-221-5/+9
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-222-14/+8Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-216-61/+65
|\|
| * ipv4: fix redirect handlingEric Dumazet2011-11-181-51/+59
| * ping: dont increment ICMP_MIB_INERRORSEric Dumazet2011-11-181-2/+0Star
| * tcp: clear xmit timers in tcp_v4_syn_recv_sock()Eric Dumazet2011-11-161-0/+1
| * net-netlink: Add a new attribute to expose TCLASS values via netlinkMaciej Żenczykowski2011-11-141-2/+2
| * ah: Don't return NET_XMIT_DROP on input.Nick Bowler2011-11-131-2/+0Star
| * ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei2011-11-091-0/+1
| * ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler2011-11-091-2/+2
| * ah: Correctly pass error codes in ahash output callback.Nick Bowler2011-11-091-2/+0Star
* | ip_gre: Set needed_headroom dynamically againHerbert Xu2011-11-181-0/+2
* | ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2011-11-184-10/+22
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-163-3/+6
* | ipv4: fix a memory leak in ic_bootp_send_ifRongQing.Li2011-11-141-2/+7
* | neigh: new unresolved queue limitsEric Dumazet2011-11-141-1/+1
* | ipv4: PKTINFO doesnt need dst referenceEric Dumazet2011-11-093-19/+22
* | ipv4: reduce percpu needs for icmpmsg mibsEric Dumazet2011-11-092-9/+8Star
* | net: rename sk_clone to sk_clone_lockEric Dumazet2011-11-082-5/+14
* | net: better pcpu data alignmentEric Dumazet2011-11-082-2/+2
|/
* ipv4: Fix inetpeer expire time informationSteffen Klassert2011-11-081-3/+7
* tcp: Fix comments for Nagle algorithmFeng King2011-11-081-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0719-0/+19
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-0116-0/+16
| * net: Fix files explicitly needing to include module.hPaul Gortmaker2011-11-013-0/+3
* | net: add missing bh_unlock_sock() callsEric Dumazet2011-11-031-0/+1
* | udp: fix a race in encap_rcv handlingEric Dumazet2011-11-021-3/+5
* | net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven2011-11-013-23/+34
* | netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-013-24/+3Star
* | ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-271-0/+1
|/
* ipv4: avoid useless call of the function check_peer_pmtuGao feng2011-10-251-2/+1Star