index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-01
net: mpls: change mpls_route layout
David Ahern
2
-31
/
+51
2017-04-01
net: mpls: Convert number of nexthops to u8
David Ahern
2
-13
/
+20
2017-04-01
net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCE
David Ahern
2
-11
/
+33
2017-04-01
net: dsa: fix build error with devlink build as module
Tobias Regnery
1
-1
/
+1
2017-04-01
bpf: introduce BPF_PROG_TEST_RUN command
Alexei Starovoitov
4
-1
/
+179
2017-04-01
net: dsa: add cross-chip bridging operations
Vivien Didelot
1
-6
/
+6
2017-03-30
sock: avoid dirtying sk_stamp, if possible
Paolo Abeni
1
-1
/
+1
2017-03-30
net: tcp: Refine the __tcp_select_window
Gao Feng
1
-5
/
+3
2017-03-30
VSOCK: remove unnecessary ternary operator on return value
Colin Ian King
1
-15
/
+7
2017-03-30
drivers: add explicit interrupt.h includes
Florian Westphal
2
-0
/
+2
2017-03-29
tipc: allow rdm/dgram socketpairs
Erik Hugne
1
-4
/
+16
2017-03-29
tipc: add support for stream/seqpacket socketpairs
Erik Hugne
1
-2
/
+12
2017-03-29
net: mpls: Update lfib_nlmsg_size to skip deleted nexthops
David Ahern
1
-0
/
+2
2017-03-28
net: dsa: dsa2: Add basic support of devlink
Andrew Lunn
1
-2
/
+45
2017-03-28
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
11
-2
/
+13
2017-03-28
net: mpls: Send netconf messages on device register and unregister
David Ahern
1
-5
/
+11
2017-03-28
net:mpls: Refactor mpls_netconf_notify_devconf to take event
David Ahern
1
-7
/
+5
2017-03-28
net: ipv6: Add support for RTM_DELNETCONF
David Ahern
1
-5
/
+15
2017-03-28
net: ipv6: Refactor inet6_netconf_notify_devconf to take event
David Ahern
2
-15
/
+27
2017-03-28
net: devinet: Add support for RTM_DELNETCONF
David Ahern
1
-11
/
+21
2017-03-28
net: devinet: Refactor inet_netconf_notify_devconf to take event
David Ahern
2
-17
/
+27
2017-03-28
net: dsa: fix copyright holder
Vivien Didelot
1
-1
/
+2
2017-03-28
ipv6: add support for NETDEV_RESEND_IGMP event
Vlad Yasevich
2
-2
/
+55
2017-03-28
tipc: adjust the policy of holding subscription kref
Ying Xue
3
-6
/
+7
2017-03-28
tipc: advance the time of deleting subscription from subscriber->subscrp_list
Ying Xue
1
-7
/
+2
2017-03-28
soc: qcom: smd: Transition client drivers from smd to rpmsg
Bjorn Andersson
2
-23
/
+21
2017-03-28
devlink: Support for pipeline debug (dpipe)
Arkadi Sharshevsky
1
-0
/
+836
2017-03-27
ipv6: sr: select DST_CACHE by default
David Lebrun
2
-18
/
+1
2017-03-27
net: mpls: Delete route when all nexthops have been deleted
David Ahern
1
-1
/
+8
2017-03-27
net: mpls: Don't show nexthop if device has been deleted
David Ahern
1
-3
/
+5
2017-03-24
net: Introduce SO_INCOMING_NAPI_ID
Sridhar Samudrala
1
-0
/
+12
2017-03-24
net: Commonize busy polling code to focus on napi_id instead of socket
Sridhar Samudrala
2
-13
/
+19
2017-03-24
net: Track start of busy loop instead of when it should end
Alexander Duyck
1
-3
/
+3
2017-03-24
net: Change return type of sk_busy_loop from bool to void
Alexander Duyck
3
-19
/
+23
2017-03-24
tcp: Record Rx hash and NAPI ID in tcp_child_process
Alexander Duyck
3
-4
/
+4
2017-03-24
net: Busy polling should ignore sender CPUs
Alexander Duyck
1
-4
/
+9
2017-03-24
ipv6: sr: use dst_cache in seg6_input
David Lebrun
1
-1
/
+26
2017-03-24
ipv6: sr: expand skb head only if necessary
David Lebrun
1
-2
/
+2
2017-03-24
net_sched: use setup_deferrable_timer
Geliang Tang
2
-6
/
+4
2017-03-24
net: mpls: Fix setting ttl_propagate for rt2
David Ahern
1
-1
/
+1
2017-03-24
net: make in_aton() 32-bit internally
Alexey Dobriyan
1
-1
/
+1
2017-03-24
net: Add sysctl to toggle early demux for tcp and udp
subashab@codeaurora.org
8
-10
/
+86
2017-03-24
net: sched: choke: remove dead filter classify code
Jiri Pirko
1
-51
/
+0
2017-03-24
net: bridge: allow to add externally learned entries from user-space
Nikolay Aleksandrov
1
-0
/
+2
2017-03-24
net: bridge: allow SW learn to take over HW fdb entries
Nikolay Aleksandrov
1
-0
/
+3
2017-03-23
sched: act_csum: don't mangle TCP and UDP GSO packets
Davide Caratti
1
-0
/
+12
2017-03-23
Add a eBPF helper function to retrieve socket uid
Chenbo Feng
1
-0
/
+22
2017-03-23
Add a helper function to get socket cookie in eBPF
Chenbo Feng
2
-1
/
+18
2017-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
49
-313
/
+504
2017-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
48
-312
/
+502
[next]