index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-17
ipv6: mark DST_NOGC and remove the operation of dst_free()
Wei Wang
2
-45
/
+19
2017-06-17
ipv6: call dst_hold_safe() properly
Wei Wang
2
-4
/
+4
2017-06-17
ipv6: call dst_dev_put() properly
Wei Wang
1
-0
/
+2
2017-06-17
ipv6: take dst->__refcnt for insertion into fib6 tree
Wei Wang
3
-21
/
+50
2017-06-17
ipv4: mark DST_NOGC and remove the operation of dst_free()
Wei Wang
2
-16
/
+5
2017-06-17
ipv4: call dst_hold_safe() properly
Wei Wang
2
-4
/
+4
2017-06-17
ipv4: call dst_dev_put() properly
Wei Wang
2
-0
/
+6
2017-06-17
ipv4: take dst->__refcnt when caching dst in fib
Wei Wang
2
-4
/
+20
2017-06-17
net: introduce a new function dst_dev_put()
Wei Wang
2
-0
/
+25
2017-06-17
net: introduce DST_NOGC in dst_release() to destroy dst based on refcnt
Wei Wang
2
-3
/
+22
2017-06-17
net: use loopback dev when generating blackhole route
Wei Wang
2
-5
/
+6
2017-06-17
udp: call dst_hold_safe() in udp_sk_rx_set_dst()
Wei Wang
2
-16
/
+14
2017-06-17
ipv6: remove unnecessary dst_hold() in ip6_fragment()
Wei Wang
1
-4
/
+0
2017-06-16
Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
28
-124
/
+227
2017-06-16
net: dsa: add cross-chip multicast support
Vivien Didelot
1
-10
/
+20
2017-06-16
ibmvnic: driver initialization for kdump/kexec
Nathan Fontenot
1
-5
/
+19
2017-06-16
decnet: always not take dst->__refcnt when inserting dst into hash table
Wei Wang
1
-10
/
+4
2017-06-16
Merge branch 'rds-tcp-misc-bug-fixes'
David S. Miller
7
-37
/
+43
2017-06-16
rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_one
Sowmini Varadhan
1
-1
/
+18
2017-06-16
rds: tcp: various endian-ness fixes
Sowmini Varadhan
6
-13
/
+21
2017-06-16
rds: tcp: remove cp_outgoing
Sowmini Varadhan
4
-23
/
+4
2017-06-16
Merge branch 'dsa-loop-Driver-updates'
David S. Miller
1
-12
/
+82
2017-06-16
net: dsa: loop: Implement ethtool statistics
Florian Fainelli
1
-2
/
+77
2017-06-16
net: dsa: loop: Inline unregister_fixed_phys()
Florian Fainelli
1
-10
/
+5
2017-06-16
Merge branch 'pktgen-new-parameters'
David S. Miller
9
-25
/
+41
2017-06-16
pktgen: Specify the index of first thread
Tariq Toukan
8
-18
/
+27
2017-06-16
pktgen: Specify num packets per thread
Tariq Toukan
9
-8
/
+15
2017-06-16
Merge branch 'net-mvmdio-add-xMDIO-xSMI-support'
David S. Miller
2
-60
/
+164
2017-06-16
dt-bindings: orion-mdio: document the new xmdio compatible
Antoine Ténart
1
-4
/
+6
2017-06-16
net: mvmdio: simplify the smi read and write error paths
Antoine Ténart
1
-10
/
+6
2017-06-16
net: mvmdio: add xmdio xsmi support
Antoine Ténart
1
-7
/
+105
2017-06-16
net: mvmdio: check the MII_ADDR_C45 bit is not set for smi operations
Antoine Ténart
1
-0
/
+6
2017-06-16
net: mvmdio: put the poll intervals in the ops structure
Antoine Ténart
1
-2
/
+6
2017-06-16
net: mvmdio: introduce an ops structure
Antoine Ténart
1
-11
/
+19
2017-06-16
net: mvmdio: remove duplicate locking
Russell King
1
-10
/
+0
2017-06-16
net: mvmdio: use GENMASK for masks
Antoine Ténart
1
-1
/
+1
2017-06-16
net: mvmdio: use tabs for defines
Antoine Ténart
1
-13
/
+13
2017-06-16
net: mvmdio: reorder headers alphabetically
Antoine Ténart
1
-5
/
+5
2017-06-16
Merge branch 'bpf-xdp-Report-bpf_prog-ID-in-IFLA_XDP'
David S. Miller
12
-27
/
+82
2017-06-16
bpf: qede: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+1
2017-06-16
bpf: nfp: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+1
2017-06-16
bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+2
2017-06-16
bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+1
2017-06-16
bpf: bnxt: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+1
2017-06-16
bpf: virtio_net: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-5
/
+8
2017-06-16
bpf: mlx5e: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-3
/
+12
2017-06-16
bpf: mlx4: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-3
/
+18
2017-06-16
net: Add IFLA_XDP_PROG_ID
Martin KaFai Lau
4
-16
/
+38
2017-06-16
Merge branch 'skb-accessor-cleanups'
David S. Miller
441
-1718
/
+1436
2017-06-16
networking: add and use skb_put_u8()
Johannes Berg
39
-100
/
+106
[next]