summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-092-5/+4
* ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2014-12-093-6/+6
* raw.c: stick msghdr into raw_frag_vecAl Viro2014-12-091-4/+4
* tcp_cubic: refine Hystart delay thresholdEric Dumazet2014-12-091-1/+1
* tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet2014-12-092-9/+26
* udp: Neaten and reduce size of compute_score functionsJoe Perches2014-12-081-49/+62
* net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2014-12-081-2/+20
* ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn2014-12-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-12-054-91/+2
|\
| * netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso2014-11-274-91/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-295-12/+21
|\ \
| * | net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn2014-11-263-11/+14
| * | tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet2014-11-251-1/+4
| * | net/ping: handle protocol mismatching scenarioJane Zhou2014-11-241-0/+2
| * | ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-11-231-0/+1
* | | gue: Call remcsum_adjustTom Herbert2014-11-261-67/+17
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2014-11-254-6/+5
|\ \ \ | |_|/ |/| |
| * | new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
| * | new helper: memcpy_from_msg()Al Viro2014-11-242-2/+2
| * | new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-241-3/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-11-248-12/+208
|\ \ \ | |/ / |/| |
| * | netfilter: fix various sparse warningsFlorian Westphal2014-11-133-10/+10
| * | netfilter: log: protect nf_log_register against double registeringMarcelo Leitner2014-10-302-2/+22
| * | netfilter: nf_tables: add new expression nft_redirArturo Borrero2014-10-273-0/+87
| * | netfilter: refactor NAT redirect IPv4 to use it from nf_tablesArturo Borrero2014-10-273-0/+89
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-213-2/+7
|\ \ \ | | |/ | |/|
| * | tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens2014-11-211-2/+2
| * | ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-161-6/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-11-161-0/+1
| |\ \
| | * | netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann2014-11-101-0/+1
| * | | ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen2014-11-161-0/+4
* | | | vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-211-8/+3
* | | | vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-211-6/+5
* | | | tcp: make connect() mem charging friendlyEric Dumazet2014-11-191-40/+28
* | | | icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones2014-11-182-18/+31
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-142-1/+3
|\ \ \ \ | |/ / /
| * | | ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet2014-11-111-1/+1
| * | | udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross2014-11-101-0/+2
* | | | tcp: limit GSO packets to half cwndEric Dumazet2014-11-131-4/+8
* | | | FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELSThomas Graf2014-11-131-1/+1
* | | | ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert2014-11-122-25/+138
* | | | udp: Neaten function pointer calls and add bracesJoe Perches2014-11-121-17/+17
* | | | neigh: remove dynamic neigh table registration supportWANG Cong2014-11-111-1/+1
* | | | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-116-34/+35
* | | | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-112-0/+2
* | | | tcp: move sk_mark_napi_id() at the right placeEric Dumazet2014-11-111-1/+2
* | | | ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu2014-11-101-8/+54
* | | | ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu2014-11-101-39/+11
* | | | udp: Increment UDP_MIB_IGNOREDMULTI for arriving unmatched multicastsRick Jones2014-11-072-3/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-062-29/+34
|\ \ \ \ | |/ / /
OpenPOWER on IntegriCloud