summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_nat_sip: fix via header translation with multiple parametersPatrick McHardy2012-10-211-2/+3
* netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectationPablo Neira Ayuso2012-10-211-1/+4
* ipv4: raw: fix icmp_filter()Eric Dumazet2012-10-131-6/+8
* tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček2012-10-131-2/+8
* net: ipv4: ipmr_expire_timer causes crash when removing net namespaceFrancesco Ruggeri2012-10-021-2/+12
* tcp: fix cwnd reduction for non-sack recoveryYuchung Cheng2012-10-021-8/+7
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-10-023-11/+17
* tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina2012-08-091-1/+3
* tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu2012-08-091-1/+4
* cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore2012-08-091-2/+4
* inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet2012-07-161-4/+12
* xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-06-101-15/+9
* ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang2012-06-101-6/+6
* tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau2012-05-171-2/+1
* ipv4: Do not use dead fib_info entries.David S. Miller2012-05-101-0/+2
* tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2012-05-022-5/+6
* tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng2012-04-301-3/+6
* tcp: clean up use of jiffies in tcp_rcv_rtt_measure()Neal Cardwell2012-04-271-1/+1
* udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei2012-04-252-1/+10
* tcp: fix retransmit of partially acked framesEric Dumazet2012-04-181-0/+1
* tcp: fix tcp_grow_window() for large incoming framesEric Dumazet2012-04-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-124-11/+21
|\
| * tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2012-04-112-5/+5
| * tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell2012-04-101-2/+5
| * tcp: restore correct limitEric Dumazet2012-04-101-2/+1
| * netfilter: nf_ct_ipv4: packets with wrong ihl are invalidJozsef Kadlecsik2012-04-101-0/+8
| * netfilter: nf_ct_ipv4: handle invalid IPv4 and IPv6 packets consistentlyJozsef Kadlecsik2012-04-101-2/+2
* | Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-103-4/+4
|\ \ | |/ |/|
| * netdma: adding alignment check for NETDMA opsDave Jiang2012-04-053-4/+4
* | tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2012-04-051-1/+1
* | tcp: allow splice() to build full TSO packetsEric Dumazet2012-04-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-021-1/+1
|\ \
| * | net/ipv4: fix IPv4 multicast over network namespacesBenjamin LaHaise2012-03-281-1/+1
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2814-14/+0
|\ \ \ | |/ / |/| |
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-2814-14/+0
* | | bonding: remove entries for master_ip and vlan_ip and query devices insteadAndy Gospodarek2012-03-221-0/+1
* | | netfilter: remove forward module param confusion.Rusty Russell2012-03-221-7/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-2042-1030/+697
|\ \
| * | tcp: reduce out_of_order memory useEric Dumazet2012-03-192-1/+19
| * | tcp: introduce tcp_data_queue_ofoEric Dumazet2012-03-191-99/+115
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-182-17/+23
| |\|
| * | arp: allow arp processing to honor per interface arp_accept sysctlNeil Horman2012-03-161-1/+1
| * | net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-1219-48/+79
| * | net: Convert printks to pr_<level>Joe Perches2012-03-1125-181/+163
| * | ipv4: Make ip_rcv_options() return bool.David S. Miller2012-03-091-3/+3
| * | ipv4: Make ip_call_ra_chain() return bool.David S. Miller2012-03-091-4/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-093-11/+86
| |\ \
| * \ \ Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2012-03-077-529/+86
| |\ \ \
| | * | | netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-071-0/+47
| | * | | netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-071-3/+10