summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches2014-11-061-5/+3Star
| |/ / / / / /
| * | | | | | fou: Fix typo in returning flags in netlinkTom Herbert2014-11-062-2/+2
| * | | | | | ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2014-11-061-6/+5Star
| * | | | | | net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2014-11-061-5/+1Star
| * | | | | | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-055-8/+7Star
| * | | | | | 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/+0Star
| * | | | | | 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
| * | | | | | inet: frags: remove inline on static in c fileFabian Frederick2014-11-041-8/+8
| * | | | | | ipv4: remove 0/NULL assignment on staticFabian Frederick2014-11-041-8/+8
| * | | | | | ipv4: use seq_puts instead of seq_printf where possibleFabian Frederick2014-11-041-3/+3
| * | | | | | tcp: spelling s/plugable/pluggableFabian Frederick2014-11-041-1/+1
| * | | | | | cipso: remove NULL assignment on staticFabian Frederick2014-11-041-1/+3
| * | | | | | ipv4: include linux/bug.h instead of asm/bug.hFabian Frederick2014-11-041-1/+1
| * | | | | | cipso: kerneldoc warning fixFabian Frederick2014-11-041-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-016-69/+87
| |\ \ \ \ \ \
| * | | | | | | tcp: Correction to RFC number in commentSowmini Varadhan2014-10-311-1/+1
| * | | | | | | syncookies: only increment SYNCOOKIESFAILED on validation errorFlorian Westphal2014-10-301-2/+5
| * | | | | | | ipv4: minor spelling fixesstephen hemminger2014-10-302-2/+2
| * | | | | | | tcp: allow for bigger reordering levelEric Dumazet2014-10-292-1/+9
| | |_|_|_|/ / | |/| | | | |
| * | | | | | ipv4: remove set but unused variable shaFabian Frederick2014-10-271-2/+1Star
* | | | | | | Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-111-43/+44
|\ \ \ \ \ \ \
| * | | | | | | mm: memcontrol: lockless page countersJohannes Weiner2014-12-111-43/+44
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-113-33/+36
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'iov_iter' into for-nextAl Viro2014-12-0917-113/+146
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)2014-11-051-20/+16Star
| * | | | | | netfilter: Convert print_tuple functions to return voidJoe Perches2014-11-053-12/+16
| * | | | | | netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)2014-11-051-1/+4
* | | | | | | 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-241-0/+1
| |/ / / / / |/| | | | |
* | | | | | 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/+5Star
* | | | | | 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
| |_|_|_|/ |/| | | |
* | | | | 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: zero retrans_stamp if all retrans were ackedMarcelo Leitner2014-11-051-29/+31