summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-231-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-235-6/+48
|\
| * tcp: Merge tx_flags and tskey in tcp_shifted_skbMartin KaFai Lau2016-04-212-2/+3
| * tcp: Merge tx_flags and tskey in tcp_collapse_retransMartin KaFai Lau2016-04-211-0/+16
| * tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acksMartin KaFai Lau2016-04-211-1/+2
| * soreuseport: fix ordering for mixed v4/v6 socketsCraig Gallek2016-04-141-2/+7
| * route: do not cache fib route info on local routes with oifChris Friesen2016-04-131-0/+12
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-04-131-0/+6
| |\
| | * netfilter: arp_tables: register table in initnsFlorian Westphal2016-04-071-0/+6
| * | net: vrf: Fix dst reference countingDavid Ahern2016-04-111-3/+4
* | | ipmr: align RTA_MFC_STATS on 64-bitNicolas Dichtel2016-04-211-2/+2
* | | net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diagXin Long2016-04-211-6/+6
* | | udp: fix if statement in SIOCINQ ioctlDan Carpenter2016-04-181-6/+0
* | | GRE: Add support for GRO/GSO of IPv6 GRE trafficAlexander Duyck2016-04-161-1/+13
* | | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-164-34/+22
* | | sctp: export some functions for sctp_diag in inet_diagXin Long2016-04-151-26/+41
* | | tcp: remove false sharing in tcp_rcv_state_process()Eric Dumazet2016-04-151-2/+2
* | | tcp: do not mess with listener sk_wmem_allocEric Dumazet2016-04-153-9/+18
* | | GSO: Support partial segmentation offloadAlexander Duyck2016-04-144-17/+66
* | | GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2016-04-142-8/+43
* | | GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-143-9/+15
* | | udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn2016-04-132-2/+3
* | | udp: do not expect udp headers on ioctl SIOCINQWillem de Bruijn2016-04-131-2/+0
* | | net: ipv4: Consider failed nexthops in multipath routesDavid Ahern2016-04-112-5/+40
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-093-3/+24
|\| |
| * | GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2016-04-073-3/+24
| |/
* | udp: Remove udp_offloadsTom Herbert2016-04-071-63/+0
* | fou: change to use UDP socket GROTom Herbert2016-04-071-31/+17
* | udp: Add socket based GRO and configTom Herbert2016-04-071-0/+2
* | udp: Add GRO functions to UDP socketTom Herbert2016-04-071-32/+20
* | udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skbTom Herbert2016-04-071-0/+13
* | net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-074-9/+8
* | tcp/dccp: fix inet_reuseport_add_sock()Eric Dumazet2016-04-072-2/+4
* | ip_tunnel: implement __iptunnel_pull_headerJiri Benc2016-04-061-4/+4
* | udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-052-11/+12
* | udp: remove headers from UDP packets before queueingsamanthakumar2016-04-051-9/+11
* | tcp: rate limit ACK sent by SYN_RECV request socketsEric Dumazet2016-04-041-1/+4
* | ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()Eric Dumazet2016-04-041-0/+1
* | tcp: increment sk_drops for listenersEric Dumazet2016-04-042-6/+8
* | tcp: increment sk_drops for dropped rx packetsEric Dumazet2016-04-042-13/+21
* | tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet2016-04-043-83/+59
* | tcp/dccp: use rcu locking in inet_diag_find_one_icsk()Eric Dumazet2016-04-042-6/+5
* | udp: no longer use SLAB_DESTROY_BY_RCUEric Dumazet2016-04-042-215/+96
* | sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-044-15/+28
* | ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh2016-04-044-5/+11
* | tcp: use one bit in TCP_SKB_CB to mark ACK timestampsSoheil Hassas Yeganeh2016-04-042-1/+3
* | netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 addressHaishuang Yan2016-04-021-4/+4
* | tcp: remove cwnd moderation after recoveryYuchung Cheng2016-04-021-11/+0
|/
* gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck2016-03-301-0/+16
* netfilter: ipv4: fix NULL dereferenceLiping Zhang2016-03-281-26/+28