index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
dynamic_debug.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-13
nfp: split out common control message handling code
Jakub Kicinski
8
-263
/
+340
2019-04-13
nfp: move vNIC reset before netdev init
Jakub Kicinski
1
-3
/
+3
2019-04-13
nfp: add a mutex lock for the vNIC ctrl BAR
Jakub Kicinski
4
-23
/
+87
2019-04-13
nfp: opportunistically poll for reconfig result
Dirk van der Merwe
1
-4
/
+21
2019-04-13
ipv6: Remove flowi6_oif compare from __ip6_route_redirect
David Ahern
1
-2
/
+0
2019-04-13
netdevsim: move sdev-specific init/uninit code into separate functions
Jiri Pirko
1
-25
/
+38
2019-04-13
netdevsim: make bpf_offload_dev_create() per-sdev instead of first ns
Jiri Pirko
1
-12
/
+14
2019-04-13
netdevsim: move sdev specific bpf debugfs files to sdev dir
Jiri Pirko
3
-13
/
+13
2019-04-13
netdevsim: move shared dev creation and destruction into separate file
Jiri Pirko
4
-50
/
+104
2019-04-13
Documentation: net: dsa: transition to the rst format
Ioana Ciornei
5
-154
/
+169
2019-04-13
net: veth: use generic helper to report timestamping info
Julian Wiedmann
1
-13
/
+1
2019-04-13
net: loopback: use generic helper to report timestamping info
Julian Wiedmann
1
-13
/
+1
2019-04-13
net: dummy: use generic helper to report timestamping info
Julian Wiedmann
1
-13
/
+2
2019-04-12
net/smc: improve smc_conn_create reason codes
Karsten Graul
4
-59
/
+58
2019-04-12
net/smc: improve smc_listen_work reason codes
Karsten Graul
2
-46
/
+54
2019-04-12
net/smc: code cleanup smc_listen_work
Karsten Graul
1
-15
/
+14
2019-04-12
net/smc: cleanup of get vlan id
Karsten Graul
3
-6
/
+10
2019-04-12
net/smc: consolidate function parameters
Karsten Graul
7
-141
/
+139
2019-04-12
net/smc: check for ip prefix and subnet
Karsten Graul
2
-3
/
+10
2019-04-12
net/smc: fallback to TCP after connect problems
Karsten Graul
1
-4
/
+4
2019-04-12
net/smc: nonblocking connect rework
Ursula Braun
2
-42
/
+47
2019-04-12
xen-netback: add reference from xenvif to backend_info to facilitate coredump...
Dongli Zhang
2
-16
/
+19
2019-04-12
sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().
David Miller
3
-20
/
+13
2019-04-12
sctp: Make sctp_enqueue_event tak an skb list.
David Miller
2
-15
/
+39
2019-04-12
sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_event
David Miller
1
-1
/
+10
2019-04-12
sctp: Always pass skbs on a list to sctp_ulpq_tail_event().
David Miller
1
-6
/
+10
2019-04-12
sctp: Remove superfluous test in sctp_ulpq_reasm_drain().
David Miller
1
-1
/
+1
2019-04-12
net: sched: flower: fix filter net reference counting
Vlad Buslov
1
-11
/
+6
2019-04-12
selftests: Add debugging options to pmtu.sh
David Ahern
1
-89
/
+124
2019-04-12
bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-0
/
+6
2019-04-11
tools: add smp_* barrier variants to include infrastructure
Daniel Borkmann
2
-2
/
+15
2019-04-11
ipv6: Refactor __ip6_route_redirect
David Ahern
1
-23
/
+33
2019-04-11
ipv6: Refactor rt6_device_match
David Ahern
1
-13
/
+25
2019-04-11
ipv6: Move fib6_multipath_select down in ip6_pol_route
David Ahern
1
-3
/
+3
2019-04-11
ipv6: Be smarter with null_entry handling in ip6_pol_route_lookup
David Ahern
1
-12
/
+13
2019-04-11
ipv6: Refactor find_rr_leaf
David Ahern
1
-36
/
+30
2019-04-11
ipv6: Refactor find_match
David Ahern
1
-18
/
+32
2019-04-11
ipv6: Pass fib6_nh and flags to rt6_score_route
David Ahern
1
-8
/
+10
2019-04-11
ipv6: Change rt6_probe to take a fib6_nh
David Ahern
2
-12
/
+12
2019-04-11
ipv6: Remove rt6_check_dev
David Ahern
1
-11
/
+4
2019-04-11
ipv6: Only call rt6_check_neigh for nexthop with gateway
David Ahern
1
-9
/
+7
2019-04-11
dns: remove redundant zero length namelen check
Colin Ian King
1
-2
/
+0
2019-04-11
selftests_bpf: add L2 encap to test_tc_tunnel
Alan Maguire
3
-59
/
+277
2019-04-11
bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2
Alan Maguire
1
-0
/
+10
2019-04-11
bpf: add layer 2 encap support to bpf_skb_adjust_room
Alan Maguire
2
-4
/
+18
2019-04-11
selftests_bpf: extend test_tc_tunnel for UDP encap
Alan Maguire
3
-48
/
+143
2019-04-11
tipc: use standard write_lock & unlock functions when creating node
Jon Maloy
1
-2
/
+3
2019-04-11
bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN
Stanislav Fomichev
2
-9
/
+29
2019-04-11
net: sched: flower: use correct ht function to prevent duplicates
Vlad Buslov
2
-3
/
+23
2019-04-11
netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()
Guillaume Nault
1
-1
/
+1
[next]