summaryrefslogtreecommitdiff
path: root/include/net (follow)
Commit message (Expand)AuthorAge
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-12-05
* llc: avoid blocking in llc_sap_close()Cong Wang2019-11-25
* net: prevent load/store tearing on sk->sk_stampEric Dumazet2019-11-12
* ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-11-12
* netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner2019-11-12
* net: fix data-race in neigh_event_send()Eric Dumazet2019-11-12
* net/flow_dissector: switch to siphashEric Dumazet2019-11-10
* net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-11-10
* sctp: fix the issue that flags are ignored when using kernel_connectXin Long2019-11-06
* sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-11-06
* llc: fix sk_buff leak in llc_conn_service()Eric Biggers2019-11-06
* xfrm: clean up xfrm protocol checksCong Wang2019-09-16
* tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur2019-09-06
* netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal2019-09-06
* inet: switch IP ID generator to siphashEric Dumazet2019-09-06
* tcp: be more careful in tcp_fragment()Eric Dumazet2019-08-11
* tcp: reset sk_send_head in tcp_write_queue_purgeSoheil Hassas Yeganeh2019-08-04
* net: check before dereferencing netdev_ops during busy pollJosh Elsasser2019-07-10
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-07-10
* Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman2019-06-22
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-17
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-17
* ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern2019-06-11
* ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2019-05-16
* Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-05-16
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-04-27
* netfilter: physdev: relax br_netfilter dependencyFlorian Westphal2019-04-27
* sctp: get sctphdr by offset in sctp_compute_cksumXin Long2019-04-03
* packets: Always register packet sk in the same orderMaxime Chevallier2019-04-03
* tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2019-04-03
* phonet: fix building with clangArnd Bergmann2019-03-23
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-23
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-23
* net: Add __icmp_send helper.Nazarov Sergey2019-03-23
* ax25: fix possible use-after-freeEric Dumazet2019-02-23
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-23
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-23
* ip: add helpers to process in-order fragments faster.Peter Oskolkov2019-02-08
* ip: use rb trees for IP frag queue.Peter Oskolkov2019-02-08
* inet: frags: reorganize struct netns_fragsEric Dumazet2019-02-08
* inet: frags: break the 2GB limit for frags storageEric Dumazet2019-02-08
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2019-02-08
* inet: frags: get rif of inet_frag_evicting()Eric Dumazet2019-02-08
* inet: frags: remove some helpersEric Dumazet2019-02-08
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2019-02-08
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2019-02-08
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2019-02-08
* net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-02-06
* sock: Make sock->sk_stamp thread-safeDeepa Dinamani2019-01-13
* gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi2019-01-13