aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-24ipv6: Handle route deletion notificationIdo Schimmel1-1/+43
2019-12-24ipv6: Only Replay routes of interest to new listenersIdo Schimmel1-0/+40
2019-12-24ipv6: Notify multipath route if should be offloadedIdo Schimmel1-0/+48
2019-12-24ipv6: Notify route if replacing currently offloaded oneIdo Schimmel1-0/+7
2019-12-24ipv6: Notify newly added route if should be offloadedIdo Schimmel1-0/+18
2019-12-24openvswitch: New MPLS actions for layer 2 tunnellingMartin Varghese2-6/+58
2019-12-24net: Rephrased comments section of skb_mpls_pop()Martin Varghese1-1/+1
2019-12-24net: skb_mpls_push() modified to allow MPLS header push at start of packet.Martin Varghese1-2/+6
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller77-398/+707
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds50-274/+583
2019-12-20net/smc: unregister ib devices in reboot_eventKarsten Graul1-1/+1
2019-12-20llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex1-2/+2
2019-12-20tipc: make legacy address flag readable over netlinkJohn Rutherford3-0/+63
2019-12-20net: dsa: ksz: use common define for tag lenMichael Grzeschik1-5/+3
2019-12-20net: dsa: add support for Atheros AR9331 TAG formatOleksij Rempel3-0/+103
2019-12-19net/sched: cls_u32: fix refcount leak in the error path of u32_change()Davide Caratti1-0/+25
2019-12-19net/tls: add helper for testing if socket is RX offloadedJakub Kicinski1-2/+3
2019-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-8/+17
2019-12-19net, sysctl: Fix compiler warning when only cBPF is presentAlexander Lobakin1-0/+2
2019-12-19xsk: Add rcu_read_lock around the XSK wakeupMaxim Mikityanskiy1-8/+14
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata1-0/+95
2019-12-18net: sch_ets: Add a new QdiscPetr Machata3-0/+751
2019-12-18sch_cake: drop unused variable tin_quantum_prioKevin 'ldir' Darbyshire-Bryant1-41/+18
2019-12-18net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive()Jia-Ju Bai1-1/+1
2019-12-17net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander1-2/+5
2019-12-17net: dsa: make unexported dsa_link_touch() staticBen Dooks (Codethink)1-1/+2
2019-12-17net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet3-4/+5
2019-12-17sctp: fix memleak on err handling of stream initializationMarcelo Ricardo Leitner1-2/+6
2019-12-17net: dsa: Make PHYLINK related function static againFlorian Fainelli2-38/+16
2019-12-17tipc: don't send gap blocks in ACK messagesJon Maloy1-4/+4
2019-12-16Merge tag 'mac80211-for-net-2019-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller8-27/+80
2019-12-16ipv4: Remove old route notifications and convert listenersIdo Schimmel1-31/+7
2019-12-16ipv4: Only Replay routes of interest to new listenersIdo Schimmel1-0/+11
2019-12-16ipv4: Handle route deletion notification during flushIdo Schimmel1-0/+2
2019-12-16ipv4: Handle route deletion notificationIdo Schimmel1-0/+31
2019-12-16ipv4: Notify newly added route if should be offloadedIdo Schimmel1-0/+10
2019-12-16ipv4: Notify route if replacing currently offloaded oneIdo Schimmel1-0/+11
2019-12-16ipv4: Extend FIB alias find functionIdo Schimmel1-3/+8
2019-12-16ipv4: Notify route after insertion to the routing tableIdo Schimmel1-15/+14
2019-12-16vsock/virtio: add WARN_ON check on virtio_transport_get_ops()Stefano Garzarella1-2/+15
2019-12-16vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen()Stefano Garzarella1-4/+4
2019-12-16rfkill: Fix incorrect check to avoid NULL pointer dereferenceAditya Pakki1-2/+5
2019-12-15tcp: Set rcv zerocopy hint correctly if skb last frag is < PAGE_SIZEArjun Roy1-0/+2
2019-12-15net/smc: add fallback check to connect()Ursula Braun1-6/+8
2019-12-15net/smc: shorten lgr_cnt initializationUrsula Braun1-2/+1
2019-12-14net: bridge: add STP xstatsVivien Didelot4-0/+34
2019-12-13tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet1-4/+2
2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet1-2/+3
2019-12-13tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2019-12-13tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet3-12/+14