Commit Graph

341 Commits (bb176f67090ca54869fc1262c913aa69d2ede070)

Author SHA1 Message Date
Willem de Bruijn ab2fb7e324 udp: remove unreachable ufo branches 8 years ago
Willem de Bruijn 85f1bd9a7b udp: consistently apply ufo or fragmentation 8 years ago
Paolo Abeni 91ed1e666a ip/options: explicitly provide net ns to __ip_options_echo() 8 years ago
David S. Miller 988cf74deb inet: Stop generating UFO packets. 8 years ago
Vasily Averin 254d900b80 ipv4: ip_do_fragment: fix headroom tests 8 years ago
Jamal Hadi Salim e05a90ec9e net: reflect mark on tcp syn ack packets 8 years ago
Reshetova, Elena 14afee4b60 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t 8 years ago
Michal Kubeček a5cb659bbc net: account for current skb length when deciding about UFO 8 years ago
Alexey Kodanev 4b3b45edba udp: avoid ufo handling on IP payload compression packets 8 years ago
Julian Anastasov c16ec18599 net: rename dst_neigh_output back to neigh_output 8 years ago
Julian Anastasov 0dec879f63 net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP 8 years ago
Julian Anastasov 4ff0620354 net: add dst_pending_confirm flag to skbuff 8 years ago
Pau Espin Pedrol bf99b4ded5 tcp: fix mark propagation with fwmark_reflect enabled 8 years ago
Linus Torvalds 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 years ago
zheng li 0a28cfd51e ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output 8 years ago
Al Viro 0b62fca262 switch getfrag callbacks to ..._full() primitives 8 years ago
Eli Cooper f418043910 ipv4: Set skb->protocol properly for local output 8 years ago
Daniel Mack 33b486793c net: ipv4, ipv6: run cgroup eBPF egress programs 8 years ago
Alexey Dobriyan c72d8cdaa5 net: fix bogus cast in skb_pagelen() and use unsigned variables 8 years ago
Lance Richardson 0ace81ec71 ipv4: update comment to document GSO fragmentation cases. 8 years ago
David Ahern 9b6c14d51b net: tcp response should set oif only if it is L3 master 8 years ago
Lorenzo Colitti e2d118a1cb net: inet: Support UID-based routing in IP protocols. 8 years ago
Lance Richardson 9ee6c5dc81 ipv4: allow local fragmentation in ip_finish_output_gso() 8 years ago
Tobias Klauser 7e1670c15c ipv4: Remove unused but set variable 8 years ago
David Ahern e0d56fdd73 net: l3mdev: remove redundant calls 9 years ago
David Ahern a8e3e1a9f0 net: l3mdev: Add hook to output path 9 years ago
Javier Martinez Canillas 6ca40d4e84 ipv4: use IS_ENABLED() instead of checking for built-in or module 9 years ago
Roopa Prabhu 14972cbd34 net: lwtunnel: Handle fragmentation 9 years ago
Shmulik Ladkani 359ebda25a net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags 9 years ago
Shmulik Ladkani fedbb6b4ff ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_output 9 years ago
Marcelo Ricardo Leitner ae7ef81ef0 skbuff: introduce skb_gso_validate_mtu 9 years ago
Hannes Frederic Sowa a8c4a2522a ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL 9 years ago
Nikolay Borisov fa50d974d1 ipv4: Namespaceify ip_default_ttl sysctl knob 9 years ago
Konstantin Khlebnikov 9207f9d45b net: preserve IP control block during GSO segmentation 9 years ago
Michal Kubeček 40ba330227 udp: disallow UFO for sockets with SO_NO_CHECK option 9 years ago
Tom Herbert c8cd0989bd net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM 9 years ago
Nikolay Aleksandrov dfc3b0e891 net: remove unnecessary mroute.h includes 9 years ago
Hannes Frederic Sowa dbd3393c56 ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment 9 years ago
Hannes Frederic Sowa d749c9cbff ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked sockets 9 years ago
Eric Dumazet dc6ef6be52 tcp: do not set queue_mapping on SYNACK 9 years ago
Eric W. Biederman ede2059dba dst: Pass net into dst->output 9 years ago
Eric W. Biederman 33224b16ff ipv4, ipv6: Pass net into ip_local_out and ip6_local_out 9 years ago
Eric W. Biederman cf91a99daa ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out 9 years ago
Eric W. Biederman 77589ce0f8 ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmit 9 years ago
Eric W. Biederman e2cb77db08 ipv4: Merge ip_local_out and ip_local_out_sk 9 years ago
Eric W. Biederman b92dacd456 ipv4: Merge __ip_local_out and __ip_local_out_sk 9 years ago
Eric W. Biederman 4ebdfba73c dst: Pass a sk into .local_out 9 years ago
Eric W. Biederman 13206b6bff net: Pass net into dst_output and remove dst_output_okfn 9 years ago
Eric W. Biederman 850dcc4d4d ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_sk 9 years ago
Eric W. Biederman fd2874b3bb ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_sk 9 years ago