aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-26af_packet: refactoring code for prb_calc_retire_blk_tmoMao Wenan1-18/+12
2019-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-20/+19
2019-12-26sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou1-0/+6
2019-12-26netfilter: nft_meta: add support for slave device ifindex matchingFlorian Westphal1-7/+69
2019-12-26netfilter: nft_meta: place rtclassid handling in a helperFlorian Westphal1-6/+16
2019-12-26netfilter: nft_meta: place prandom handling in a helperFlorian Westphal1-4/+9
2019-12-26netfilter: nft_meta: move all interface related keys to helperFlorian Westphal1-25/+70
2019-12-26netfilter: nft_meta: move interface kind handling to helperFlorian Westphal1-6/+25
2019-12-26netfilter: nft_meta: move cgroup handling to helperFlorian Westphal1-5/+15
2019-12-26netfilter: nft_meta: move sk uid/git handling to helperFlorian Westphal1-29/+36
2019-12-26netfilter: nft_meta: move pkttype handling to helperFlorian Westphal1-39/+51
2019-12-26netfilter: nft_meta: move time handling to helperFlorian Westphal1-6/+22
2019-12-25net: Introduce peer to peer one step PTP time stamping.Richard Cochran1-0/+1
2019-12-25net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran1-3/+4
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran1-10/+10
2019-12-25net: ethtool: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-12-25net: vlan: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-12-25hsr: reset network header when supervision frame is createdTaehee Yoo1-0/+2
2019-12-25hsr: fix a race condition in node list insertion and deletionTaehee Yoo5-37/+56
2019-12-25hsr: rename debugfs file when interface name is changedTaehee Yoo3-0/+20
2019-12-25hsr: add hsr root debugfs directoryTaehee Yoo4-3/+28
2019-12-25hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo3-24/+21
2019-12-25hsr: avoid debugfs warning message when module is removeTaehee Yoo1-1/+0
2019-12-24ipv6: Remove old route notifications and convert listenersIdo Schimmel2-62/+17
2019-12-24ipv6: Handle multipath route deletion notificationIdo Schimmel1-0/+26
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-24sit: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2019-12-24vti: do not confirm neighbor when do pmtu updateHangbin Liu2-2/+2
2019-12-24tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2-3/+3
2019-12-24ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu1-1/+1
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu11-22/+38
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-24Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller7-98/+85
2019-12-24sctp: fix err handling of stream initializationMarcelo Ricardo Leitner1-15/+15
2019-12-24udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina1-1/+1
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-20xsk: Use struct_size() helperMagnus Karlsson1-8/+7
2019-12-20xsk: Add function naming comments and reorder functionsMagnus Karlsson2-136/+167