]> git.ipfire.org Git - thirdparty/kernel/stable.git/history - net/ipv4
net: stmmac: Set dma ring length before enabling the DMA
[thirdparty/kernel/stable.git] / net / ipv4 /
2019-04-17  Stephen Suryaputravrf: check accept_source_route on the original netdevice
2019-04-17  Koen De Scheppertcp: Ensure DCTCP reacts to losses
2019-03-23  Martin Williesp: Skip TX bytes accounting when sending from a reque...
2019-03-19  Guillaume Naulttcp: handle inet_csk_reqsk_queue_add() failures
2019-03-19  Christoph Paaschtcp: Don't access TCP_SKB_CB before initializing it
2019-03-19  Xin Longroute: set the deleted fnhe fnhe_daddr to 0 in ip_del_f...
2019-03-19  Paolo Abeniipv4/route: fail early when inet dev is missing
2019-03-13  Su Yanjunvti4: Fix a ipip packet processing bug in 'IPCOMP'...
2019-03-13  David Ahernipv4: Return error for RTA_VIA attribute
2019-03-13  Nazarov Sergeynet: avoid use IPCB in cipso_v4_error
2019-03-13  Nazarov Sergeynet: Add __icmp_send helper.
2019-03-13  Paul Moorenetlabel: fix out-of-bounds memory accesses
2019-02-27  Konstantin Khlebnikovinet_diag: fix reporting cgroup classid and fallback...
2019-02-23  Eric Dumazettcp: clear icsk_backoff in tcp_write_queue_purge()
2019-02-23  Eric Dumazettcp: tcp_v4_err() should be more careful
2019-02-23  Lorenzo Bianconinet: ipv4: use a dedicated counter for icmp_v4 redirect...
2019-02-06  Greg Kroah-HartmanFix "net: ipv4: do not handle duplicate fragments as...
2019-01-31  Paolo Abeniipfrag: really prevent allocation on netns exit
2019-01-31  Willem de Bruijntcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT...
2019-01-31  Ido Schimmelnet: ipv4: Fix memory leak in network namespace dismantle
2019-01-31  Ross Lagerwallnet: Fix usage of pskb_trim_rcsum
2019-01-26  Taehee Yoonetfilter: ipt_CLUSTERIP: check MAC address when duplic...
2019-01-23  Willem de Bruijnip: on queued skb use skb_header_pointer instead of...
2019-01-09  Eric Dumazettcp: fix a race in inet_diag_dump_icsk()
2019-01-09  Michal Kubeceknet: ipv4: do not handle duplicate fragments as overlapping
2019-01-09  Gustavo A. R. Silvaipv4: Fix potential Spectre v1 vulnerability
2018-12-17  Eric Dumazettcp: lack of available data can also cause TSO defer
2018-12-17  Yuchung Chengtcp: fix NULL ref in tail loss probe
2018-12-17  Eric Dumazettcp: Do not underestimate rwnd_limited
2018-12-17  Jiri Wiesneripv4: ipv6: netfilter: Adjust the frag mem limit when...
2018-12-08  Sultan Alsawafip_tunnel: Fix name string concatenate in __ip_tunnel_c...
2018-12-01  Eric Dumazettcp: do not release socket ownership in tcp_close()
2018-11-23  Eric Dumazetinet: frags: better deal with smp races
2018-11-23  Sabrina Dubrocaip_tunnel: don't force DF when MTU is locked
2018-11-13  Stefan Nuernbergernet/ipv4: defensive cipso option parsing
2018-11-04  Nikolay Aleksandrovnet: ipmr: fix unresolved entry dumps
2018-11-04  Cong Wangnet: drop skb on failure in ip_check_defrag()
2018-11-04  Sean Tranchettinet: udp: fix handling of CHECKSUM_COMPLETE packets
2018-11-04  Sowmini Varadhanxfrm: reset transport header back to network header...
2018-10-18  Eric Dumazetinet: make sure to grab rcu_read_lock before using...
2018-10-18  Eric Dumazettcp/dccp: fix lockdep issue when SYN is backlogged
2018-10-18  Jiri Kosinaudp: Unbreak modules that rely on external __skb_recv_u...
2018-10-18  Sabrina Dubrocanet: ipv4: update fnhe_pmtu when first hop's MTU changes
2018-10-18  Eric Dumazetipv4: fix use-after-free in ip_cmsg_recv_dstaddr()
2018-10-18  Paolo Abeniip_tunnel: be careful when accessing the inner header
2018-09-29  Paolo Abeniudp4: fix IP_CMSG_CHECKSUM for connected sockets
2018-09-29  Toke Høiland-Jørgensengso_segment: Reset skb->mac_len after modifying network...
2018-09-26  Vincent Whitchurchtcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
2018-09-26  Haishuang Yanerspan: return PACKET_REJECT when the appropriate tunne...
2018-09-26  Haishuang Yanerspan: fix error handling for erspan tunnel
2018-09-19  Taehee Yooip: frags: fix crash in ip_do_fragment()
2018-09-19  Peter Oskolkovip: process in-order fragments efficiently
2018-09-19  Peter Oskolkovip: add helpers to process in-order fragments faster.
2018-09-19  Dan Carpenteripv4: frags: precedence bug in ip_expire()
2018-09-19  Eric Dumazetnet: sk_buff rbnode reorg
2018-09-19  Eric Dumazetnet: add rb_to_skb() and other rb tree helpers
2018-09-19  Peter Oskolkovip: discard IPv4 datagrams with overlapping segments.
2018-09-19  Eric Dumazetinet: frags: fix ip6frag_low_thresh boundary
2018-09-19  Eric Dumazetinet: frags: get rid of ipfrag_skb_cb/FRAG_CB
2018-09-19  Eric Dumazetinet: frags: do not clone skb in ip_expire()
2018-09-19  Eric Dumazetinet: frags: break the 2GB limit for frags storage
2018-09-19  Eric Dumazetinet: frags: remove inet_frag_maybe_warn_overflow()
2018-09-19  Eric Dumazetinet: frags: get rif of inet_frag_evicting()
2018-09-19  Eric Dumazetinet: frags: remove some helpers
2018-09-19  Eric Dumazetinet: frags: use rhashtables for reassembly units
2018-09-19  Kees Cookinet: frags: Convert timers to use timer_setup()
2018-09-19  Eric Dumazetinet: frags: refactor ipfrag_init()
2018-09-19  Eric Dumazetinet: frags: add a pointer to struct netns_frags
2018-09-19  Eric Dumazetinet: frags: change inet_frags_init_net() return value
2018-09-15  Daniel Borkmanntcp, ulp: add alias for all ulp modules
2018-09-15  Florian Westphaltcp: do not restart timewait timer on rst reception
2018-09-15  Eric Dumazetipv4: tcp: send zero IPID for RST and ACK sent in SYN...
2018-08-24  Randy Dunlaptcp: identify cryptic messages as TCP seq # bugs
2018-08-24  Yuchung Chengtcp: remove DELAYED ACK events in DCTCP
2018-08-24  Florian Westphalnetfilter: x_tables: set module owner for icmp(6) matches
2018-08-06  Eric Dumazetipv4: frags: handle possible skb truesize change
2018-08-06  Eric Dumazetinet: frag: enforce memory limits earlier
2018-08-03  Eric Dumazettcp: add one more quick ack after after ECN events
2018-08-03  Yousuk Seungtcp: refactor tcp_ecn_check_ce to remove sk type cast
2018-08-03  Eric Dumazettcp: do not aggressively quick ack after ECN events
2018-08-03  Eric Dumazettcp: add max_quickacks param to tcp_incr_quickack and...
2018-08-03  Eric Dumazettcp: do not force quickack when receiving out-of-order...
2018-08-03  Neal Cardwelltcp_bbr: fix bw probing to raise in-flight data for...
2018-08-03  Lorenzo Bianconiipv4: remove BUG_ON() from fib_compute_spec_dst
2018-08-03  Chris Novakovicipconfig: Correctly initialise ic_nameservers
2018-07-28  Eric Dumazettcp: add tcp_ooo_try_coalesce() helper
2018-07-28  Eric Dumazettcp: call tcp_drop() from tcp_data_queue_ofo()
2018-07-28  Eric Dumazettcp: detect malicious patterns in tcp_collapse_ofo_queue()
2018-07-28  Eric Dumazettcp: avoid collapses in tcp_prune_queue() if possible
2018-07-28  Eric Dumazettcp: free batches of packets in tcp_prune_ofo_queue()
2018-07-28  Yuchung Chengtcp: do not delay ACK in DCTCP upon CE status change
2018-07-28  Yuchung Chengtcp: do not cancel delay-AcK on DCTCP special ACK
2018-07-28  Yuchung Chengtcp: helpers to send special DCTCP ack
2018-07-28  Yuchung Chengtcp: fix dctcp delayed ACK schedule
2018-07-28  Hangbin Liumulticast: do not restore deleted record source filter...
2018-07-28  Willem de Bruijnip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
2018-07-28  Paolo Abeniip: hash fragments consistently
2018-07-25  David Ahernnet/ipv4: Set oif in fib_compute_spec_dst
2018-07-25  Lorenzo Colittinet: diag: Don't double-free TCP_NEW_SYN_RECV sockets...
2018-07-25  Tyler Hicksipv4: Return EINVAL when ping_group_range sysctl doesn...
next