index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-09
udp: fix bcast packet reception
Paolo Abeni
1
-9
/
+5
2017-10-09
netlink: do not set cb_running if dump's start() errs
Jason A. Donenfeld
1
-6
/
+7
2017-10-09
net: bridge: Export bridge multicast router state
Yotam Gigi
1
-0
/
+12
2017-10-09
net: bridge: Notify on bridge device mrouter state changes
Yotam Gigi
1
-3
/
+35
2017-10-09
Merge tag 'mac80211-for-davem-2017-10-09' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-2
/
+12
2017-10-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-4
/
+8
2017-10-09
ipv4: Fix traffic triggered IPsec connections.
Steffen Klassert
1
-1
/
+1
2017-10-09
ipv6: Fix traffic triggered IPsec connections.
Steffen Klassert
1
-1
/
+1
2017-10-09
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
Shmulik Ladkani
1
-2
/
+20
2017-10-09
netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hook
Lin Zhang
2
-2
/
+3
2017-10-08
ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()
Eric Dumazet
1
-11
/
+6
2017-10-08
ipv6: __ipv6_dev_get_saddr() rcu conversion
Eric Dumazet
1
-3
/
+1
2017-10-08
ipv6: ipv6_chk_prefix() rcu conversion
Eric Dumazet
1
-5
/
+3
2017-10-08
ipv6: ipv6_chk_custom_prefix() rcu conversion
Eric Dumazet
1
-5
/
+3
2017-10-08
ipv6: ipv6_count_addresses() rcu conversion
Eric Dumazet
1
-6
/
+6
2017-10-08
ipv6: prepare RCU lookups for idev->addr_list
Eric Dumazet
1
-15
/
+6
2017-10-08
tipc: Unclone message at secondary destination lookup
Jon Maloy
1
-0
/
+8
2017-10-08
tipc: correct initialization of skb list
Jon Maloy
1
-2
/
+2
2017-10-08
bridge: suppress nd pkts on BR_NEIGH_SUPPRESS ports
Roopa Prabhu
4
-0
/
+274
2017-10-08
bridge: suppress arp pkts on BR_NEIGH_SUPPRESS ports
Roopa Prabhu
4
-58
/
+205
2017-10-08
bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood
Roopa Prabhu
7
-3
/
+52
2017-10-08
ipv6: fix a BUG in rt6_get_pcpu_route()
Eric Dumazet
1
-20
/
+6
2017-10-08
gso: fix payload length when gso_size is zero
Alexey Kodanev
3
-3
/
+3
2017-10-07
ip_gre: check packet length and mtu correctly in erspan tx
William Tu
1
-4
/
+4
2017-10-07
net: phonet: mark phonet_protocol as const
Lin Zhang
3
-9
/
+10
2017-10-07
net: phonet: mark header_ops as const
Lin Zhang
1
-1
/
+1
2017-10-07
ipv6: fix net.ipv6.conf.all.accept_dad behaviour for real
Matteo Croce
1
-2
/
+2
2017-10-07
ip_tunnel: add mpls over gre support
Amine Kherbouche
1
-0
/
+36
2017-10-07
ipv6: take care of rt6_stats
Wei Wang
2
-20
/
+38
2017-10-07
ipv6: replace rwlock with rcu and spinlock in fib6_table
Wei Wang
3
-221
/
+316
2017-10-07
ipv6: add key length check into rt6_select()
Wei Wang
1
-0
/
+14
2017-10-07
ipv6: check fn->leaf before it is used
Wei Wang
2
-13
/
+30
2017-10-07
ipv6: update fn_sernum after route is inserted to tree
Wei Wang
1
-18
/
+21
2017-10-07
ipv6: replace dst_hold() with dst_hold_safe() in routing code
Wei Wang
2
-20
/
+54
2017-10-07
ipv6: don't release rt->rt6i_pcpu memory during rt6_release()
Wei Wang
1
-3
/
+0
2017-10-07
ipv6: grab rt->rt6i_ref before allocating pcpu rt
Wei Wang
1
-29
/
+29
2017-10-07
ipv6: hook up exception table to store dst cache
Wei Wang
3
-132
/
+72
2017-10-07
ipv6: prepare fib6_locate() for exception table
Wei Wang
3
-10
/
+27
2017-10-07
ipv6: prepare fib6_age() for exception table
Wei Wang
2
-17
/
+69
2017-10-07
ipv6: prepare rt6_clean_tohost() for exception table
Wei Wang
1
-1
/
+47
2017-10-07
ipv6: prepare rt6_mtu_change() for exception table
Wei Wang
1
-0
/
+40
2017-10-07
ipv6: prepare fib6_remove_prefsrc() for exception table
Wei Wang
1
-0
/
+29
2017-10-07
ipv6: introduce a hash table to store dst cache
Wei Wang
1
-0
/
+341
2017-10-07
ipv6: introduce a new function fib6_update_sernum()
Wei Wang
1
-0
/
+14
2017-10-07
tcp: implement rb-tree based retransmit queue
Eric Dumazet
5
-144
/
+193
2017-10-07
tcp: pass previous skb to tcp_shifted_skb()
Eric Dumazet
1
-4
/
+5
2017-10-07
tcp: reduce tcp_fastretrans_alert() verbosity
Eric Dumazet
1
-2
/
+2
2017-10-07
tcp: tcp_mark_head_lost() optimization
Eric Dumazet
1
-4
/
+4
2017-10-07
tcp: tcp_tx_timestamp() cleanup
Eric Dumazet
1
-3
/
+5
2017-10-07
tcp: uninline tcp_write_queue_purge()
Eric Dumazet
1
-0
/
+14
[prev]
[next]