summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-241-3/+2
* 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
|\ \ \ | |/ /
| * | tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner2014-11-051-29/+31
| * | geneve: Unregister pernet subsys on module unload.Jesse Gross2014-11-051-0/+1
| * | geneve: Set GSO type on transmit.Jesse Gross2014-11-051-0/+2
| |/
* | Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2014-11-063-4/+1
|\ \
| * | net: Remove MPLS GSO feature.Pravin B Shelar2014-11-053-4/+1
* | | net: esp: Convert NETDEBUG to pr_infoJoe Perches2014-11-061-5/+5
* | | net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches2014-11-061-5/+3
|/ /
* | fou: Fix typo in returning flags in netlinkTom Herbert2014-11-052-2/+2
* | ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-051-6/+5
* | net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2014-11-051-5/+1
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-055-8/+7
* | gue: Receive side of remote checksum offloadTom Herbert2014-11-051-9/+161
* | gue: TX support for using remote checksum offload optionTom Herbert2014-11-051-3/+32
* | udp: Changes to udp_offload to support remote checksum offloadTom Herbert2014-11-053-2/+18
* | gue: Add infrastructure for flags and optionsTom Herbert2014-11-051-48/+94
* | udp: Offload outer UDP tunnel csum if availableTom Herbert2014-11-051-16/+36
* | net: Move fou_build_header into fou.c and refactorTom Herbert2014-11-053-49/+94
* | udp: remove blank line between set and testFabian Frederick2014-11-041-1/+0
* | esp4: remove assignment in if conditionFabian Frederick2014-11-041-1/+3
* | net: allow setting ecn via routing tableFlorian Westphal2014-11-043-15/+29
* | syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal2014-11-041-10/+21
* | syncookies: avoid magic values and document which-bit-is-what-optionFlorian Westphal2014-11-041-15/+35
* | igmp: remove camel case definitionsFabian Frederick2014-11-041-14/+14
* | udp: remove else after returnFabian Frederick2014-11-041-6/+6
OpenPOWER on IntegriCloud