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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-25
tcp: remove unused parameter of tcp_sacktag_bsearch()
Taehee Yoo
1
-10
/
+6
2019-02-24
switchdev: Complete removal of switchdev_port_attr_get()
Florian Fainelli
1
-42
/
+0
2019-02-24
dsa: Remove phydev parameter from disable_port call
Andrew Lunn
3
-4
/
+4
2019-02-24
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
12
-71
/
+107
2019-02-24
net: fix double-free in bpf_lwt_xmit_reroute
Peter Oskolkov
1
-1
/
+1
2019-02-24
ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmit
wenxu
1
-11
/
+27
2019-02-24
ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnel
wenxu
2
-8
/
+26
2019-02-24
tls: Return type of non-data records retrieved using MSG_PEEK in recvmsg
Vakul Garg
1
-11
/
+67
2019-02-24
ipv6: icmp: use percpu allocation
Kefeng Wang
1
-6
/
+5
2019-02-24
ipv6: icmp: use icmpv6_sk_exit()
Kefeng Wang
1
-14
/
+11
2019-02-24
ipv4: icmp: use icmp_sk_exit()
Kefeng Wang
1
-3
/
+1
2019-02-24
ila: Fix uninitialised return value in ila_xlat_nl_cmd_flush
Herbert Xu
1
-1
/
+1
2019-02-24
net/sched: act_tunnel_key: Add dst_cache support
wenxu
1
-4
/
+21
2019-02-24
net: Remove switchdev.h inclusion from team/bond/vlan
Florian Fainelli
1
-1
/
+0
2019-02-24
net: dev: add generic protodown handler
Andy Roulin
1
-0
/
+19
2019-02-24
net: Skip GSO length estimation if transport header is not set
Maxim Mikityanskiy
1
-1
/
+1
2019-02-24
net: Use RCU_INIT_POINTER() to set sk_wq
Li RongQing
1
-3
/
+3
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
30
-192
/
+255
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-186
/
+246
2019-02-23
tcp: repaired skbs must init their tso_segs
Eric Dumazet
1
-0
/
+1
2019-02-23
net/x25: fix a race in x25_bind()
Eric Dumazet
1
-5
/
+8
2019-02-23
Revert "bridge: do not add port to router list when receives query with sourc...
Hangbin Liu
1
-8
/
+1
2019-02-23
kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_init
YueHaibing
1
-2
/
+2
2019-02-23
bpfilter: re-add header search paths to tools include to fix build error
Masahiro Yamada
1
-0
/
+1
2019-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-22
/
+39
2019-02-22
udp: fix possible user after free in error handler
Paolo Abeni
1
-2
/
+4
2019-02-22
udpv6: fix possible user after free in error handler
Paolo Abeni
1
-4
/
+6
2019-02-22
fou6: fix proto error handler argument type
Paolo Abeni
1
-1
/
+1
2019-02-22
udpv6: add the required annotation to mib type
Paolo Abeni
1
-1
/
+1
2019-02-22
net_sched: initialize net pointer inside tcf_exts_init()
Cong Wang
12
-27
/
+27
2019-02-22
net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255
Kalash Nainwal
1
-1
/
+1
2019-02-22
net/packet: Remove redundant skb->protocol set
Maxim Mikityanskiy
1
-11
/
+0
2019-02-22
net/packet: Ask driver for protocol if not provided by user
Maxim Mikityanskiy
1
-3
/
+12
2019-02-22
net/ethernet: Add parse_protocol header_ops support
Maxim Mikityanskiy
1
-0
/
+13
2019-02-22
net: Don't set transport offset to invalid value
Maxim Mikityanskiy
1
-3
/
+3
2019-02-22
Merge tag 'mac80211-next-for-davem-2019-02-22' of git://git.kernel.org/pub/sc...
David S. Miller
28
-362
/
+1252
2019-02-22
Merge tag 'mac80211-for-davem-2019-02-22' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2
-3
/
+8
2019-02-22
net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementation
Florian Fainelli
3
-4
/
+121
2019-02-22
net: dsa: Deny enslaving VLAN devices into VLAN aware bridge
Florian Fainelli
1
-3
/
+36
2019-02-22
net: socket: add check for negative optlen in compat setsockopt
Jann Horn
1
-1
/
+5
2019-02-22
ipv6: route: purge exception on removal
Paolo Abeni
1
-1
/
+12
2019-02-22
net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_version
Lorenzo Bianconi
1
-0
/
+3
2019-02-22
sctp: don't compare hb_timer expire date before starting it
Maciej Kwiecien
1
-1
/
+2
2019-02-22
mac80211: allocate tailroom for forwarded mesh packets
Felix Fietkau
1
-1
/
+6
2019-02-22
rhashtable: Remove obsolete rhashtable_walk_init function
Herbert Xu
2
-21
/
+4
2019-02-22
mac80211: Use rhashtable_lookup_get_insert_fast instead of racy code
Herbert Xu
1
-16
/
+8
2019-02-22
Merge remote-tracking branch 'net-next/master' into mac80211-next
Johannes Berg
194
-2065
/
+6820
2019-02-22
mac80211: update HE IEs to D3.3
Liad Kaufman
1
-10
/
+25
2019-02-22
cfg80211: allow sending vendor events unicast
Johannes Berg
1
-6
/
+24
2019-02-22
mac80211: ignore quiet mode in probe
Sara Sharon
1
-3
/
+3
[next]