index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
tcp: add tracepoint trace_tcp_retransmit_synack()
Song Liu
2017-11-03
1
-0
/
+1
*
|
|
|
ipv6: Implement limits on Hop-by-Hop and Destination options
Tom Herbert
2017-11-03
3
-12
/
+91
*
|
|
|
net: sched: remove tc_can_offload check from egdev call
Jiri Pirko
2017-11-02
1
-1
/
+1
*
|
|
|
net: sched: move the can_offload check from binding phase to rule insertion p...
Jiri Pirko
2017-11-02
2
-1
/
+4
*
|
|
|
net: bridge: add notifications for the bridge dev on vlan change
Nikolay Aleksandrov
2017-11-02
9
-38
/
+45
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
10
-36
/
+25
|
\
|
|
|
|
*
|
|
tcp: fix tcp_mtu_probe() vs highest_sack
Eric Dumazet
2017-11-01
1
-1
/
+2
|
*
|
|
ipv6: addrconf: increment ifp refcount before ipv6_del_addr()
Eric Dumazet
2017-11-01
1
-0
/
+1
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-11-01
3
-2
/
+4
|
|
\
\
\
|
|
*
|
|
xfrm: Fix GSO for IPsec with GRE tunnel.
Steffen Klassert
2017-10-31
1
-1
/
+3
|
|
*
|
|
xfrm: Clear sk_dst_cache when applying per-socket policy.
Jonathan Basseri
2017-10-26
1
-0
/
+1
|
|
*
|
|
xfrm: Fix xfrm_dst_cache memleak
Steffen Klassert
2017-10-24
1
-1
/
+0
|
*
|
|
|
MAINTAINERS: Update Yotam's E-mail
Yotam Gigi
2017-11-01
3
-3
/
+3
|
*
|
|
|
net_sched: remove tcf_block_put_deferred()
Cong Wang
2017-10-31
1
-29
/
+8
|
*
|
|
|
l2tp: hold tunnel in pppol2tp_connect()
Guillaume Nault
2017-10-31
1
-1
/
+6
*
|
|
|
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2017-11-01
11
-97
/
+116
|
\
\
\
\
\
|
*
|
|
|
|
Bluetooth: Use bt_dev_err and bt_dev_info when possible
Marcel Holtmann
2017-10-30
9
-90
/
+97
|
*
|
|
|
|
Bluetooth: avoid recursive locking in hci_send_to_channel()
Sebastian Andrzej Siewior
2017-10-30
1
-6
/
+11
|
*
|
|
|
|
Bluetooth: Fix potential memory leak
Jaganath Kanakkassery
2017-10-29
4
-1
/
+8
*
|
|
|
|
|
net: dsa: lan9303: lan9303_rcv set skb->offload_fwd_mark
Egil Hjelmeland
2017-11-01
1
-0
/
+2
*
|
|
|
|
|
net: dsa: lan9303: Add STP ALR entry on port 0
Egil Hjelmeland
2017-11-01
1
-1
/
+0
*
|
|
|
|
|
net: dsa: lan9303: Transmit using ALR when unicast
Egil Hjelmeland
2017-11-01
1
-2
/
+2
*
|
|
|
|
|
ipv4: fix validate_source for VRF setup
Paolo Abeni
2017-11-01
1
-3
/
+15
*
|
|
|
|
|
sctp: fix error return code in sctp_send_add_streams()
Wei Yongjun
2017-11-01
1
-2
/
+4
*
|
|
|
|
|
net: display hw address of source machine during ipv6 DAD failure
Vishwanath Pai
2017-11-01
2
-7
/
+8
*
|
|
|
|
|
net: netrom: nr_route: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-01
1
-0
/
+3
*
|
|
|
|
|
net: netrom: nr_route: refactor code in nr_add_node
Gustavo A. R. Silva
2017-11-01
1
-43
/
+16
*
|
|
|
|
|
net: tipc: Convert timers to use timer_setup()
Kees Cook
2017-11-01
5
-18
/
+18
*
|
|
|
|
|
net: sit: Update lookup to handle links set to L3 slave
David Ahern
2017-11-01
1
-10
/
+21
*
|
|
|
|
|
net: bridge: add neigh_suppress to bridge port policies
Nikolay Aleksandrov
2017-11-01
1
-0
/
+1
*
|
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-11-01
2
-51
/
+62
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ipv6: esp6: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
2017-10-27
1
-2
/
+2
|
*
|
|
|
|
|
net: xfrm_user: use BUG_ON instead of if condition followed by BUG
Gustavo A. R. Silva
2017-10-26
1
-18
/
+27
|
*
|
|
|
|
|
esp6: remove redundant initialization of esph
Colin Ian King
2017-10-23
1
-2
/
+2
|
*
|
|
|
|
|
xfrm: eradicate size_t
Alexey Dobriyan
2017-09-25
1
-21
/
+23
|
*
|
|
|
|
|
xfrm: make xfrm_replay_state_esn_len() return unsigned int
Alexey Dobriyan
2017-09-25
1
-5
/
+5
|
*
|
|
|
|
|
xfrm: make xfrm_alg_auth_len() return unsigned int
Alexey Dobriyan
2017-09-25
1
-1
/
+1
|
*
|
|
|
|
|
xfrm: make xfrm_alg_len() return unsigned int
Alexey Dobriyan
2017-09-25
1
-1
/
+1
|
*
|
|
|
|
|
xfrm: make aead_len() return unsigned int
Alexey Dobriyan
2017-09-25
1
-1
/
+1
*
|
|
|
|
|
|
net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swap
Gustavo A. R. Silva
2017-11-01
1
-3
/
+1
*
|
|
|
|
|
|
net: decnet: dn_nsp_out: use swap macro in dn_mk_ack_header
Gustavo A. R. Silva
2017-11-01
1
-5
/
+2
*
|
|
|
|
|
|
net: decnet: dn_nsp_in: use swap macro in dn_nsp_rx_packet
Gustavo A. R. Silva
2017-11-01
1
-6
/
+2
*
|
|
|
|
|
|
ip_vti: remove the useless err_count check in vti_xmit
Xin Long
2017-11-01
1
-9
/
+0
*
|
|
|
|
|
|
net: Add extack to fib_notifier_info
David Ahern
2017-11-01
3
-14
/
+23
*
|
|
|
|
|
|
netlink: Allow ext_ack to carry non-error messages
David Ahern
2017-11-01
1
-9
/
+9
*
|
|
|
|
|
|
net: dsa: remove name arg from slave create
Vivien Didelot
2017-11-01
4
-5
/
+5
*
|
|
|
|
|
|
net: dsa: get port name at parse time
Vivien Didelot
2017-11-01
2
-5
/
+6
*
|
|
|
|
|
|
net: dsa: get master device at port parsing time
Vivien Didelot
2017-11-01
1
-26
/
+18
*
|
|
|
|
|
|
net: dsa: get port type at parse time
Vivien Didelot
2017-11-01
1
-15
/
+22
*
|
|
|
|
|
|
net: dsa: add port parse functions
Vivien Didelot
2017-11-01
1
-3
/
+34
[prev]
[next]