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
2018-05-03
switchdev: Add fdb.added_by_user to switchdev notifications
Petr Machata
2
-4
/
+11
2018-05-03
net: bridge: avoid duplicate notification on up/down/change netdev events
Nikolay Aleksandrov
3
-8
/
+17
2018-05-03
ip6_gre: correct the function name in ip6gre_tnl_addr_conflict() comment
Sun Lianwen
1
-1
/
+1
2018-05-03
net sched: Implemented get_fill_size routine for act_csum.
Craig Dillabaugh
1
-0
/
+6
2018-05-02
net/smc: determine vlan_id of stacked net_device
Ursula Braun
1
-3
/
+23
2018-05-02
net/smc: handle ioctls SIOCINQ, SIOCOUTQ, and SIOCOUTQNSD
Ursula Braun
1
-3
/
+30
2018-05-02
net/smc: ipv6 support for smc_diag.c
Karsten Graul
1
-9
/
+30
2018-05-02
net/smc: periodic testlink support
Karsten Graul
6
-3
/
+75
2018-05-02
udp: Complement partial checksum for GSO packet
Sean Tranchetti
1
-0
/
+1
2018-05-01
tcp: send in-queue bytes in cmsg upon read
Soheil Hassas Yeganeh
1
-4
/
+39
2018-05-01
net: core: Inline netdev_features_size_check()
Florian Fainelli
1
-1
/
+2
2018-05-01
udp: disable gso with no_check_tx
Willem de Bruijn
2
-0
/
+8
2018-05-01
cls_flower: Support multiple masks per priority
Paul Blakey
1
-101
/
+174
2018-05-01
sctp: add sctp_make_op_error_limited and reuse inner functions
Marcelo Ricardo Leitner
1
-84
/
+46
2018-05-01
sctp: allow sctp_init_cause to return errors
Marcelo Ricardo Leitner
1
-3
/
+9
2018-05-01
net/tls: Add generic NIC offload infrastructure
Ilya Lesokhin
5
-3
/
+1265
2018-05-01
net/tls: Split conf to rx + tx
Boris Pismenny
2
-111
/
+130
2018-05-01
net: Add TLS TX offload features
Ilya Lesokhin
1
-0
/
+1
2018-05-01
net: Add Software fallback infrastructure for socket dependent offloads
Ilya Lesokhin
2
-0
/
+7
2018-05-01
net: Rename and export copy_skb_header
Ilya Lesokhin
1
-4
/
+5
2018-05-01
tcp: Add clean acked data hook
Ilya Lesokhin
1
-0
/
+25
2018-04-30
net: bridge: Publish bridge accessor functions
Petr Machata
3
-0
/
+72
2018-04-30
ipv6: sr: extract the right key values for "seg6_make_flowlabel"
Ahmed Abdelsalam
1
-1
/
+1
2018-04-30
erspan: auto detect truncated packets.
William Tu
2
-0
/
+12
2018-04-29
net: core: Assert the size of netdev_featres_t
Florian Fainelli
1
-0
/
+1
2018-04-29
net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hash
Alexander Duyck
1
-6
/
+4
2018-04-29
tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive
Eric Dumazet
3
-90
/
+108
2018-04-27
udp: remove stray export symbol
Willem de Bruijn
1
-1
/
+0
2018-04-27
net: qrtr: Expose tunneling endpoint to user space
Bjorn Andersson
3
-0
/
+170
2018-04-27
sctp: allow unsetting sockopt MAXSEG
Marcelo Ricardo Leitner
1
-7
/
+0
2018-04-27
sctp: consider idata chunks when setting SCTP_MAXSEG
Marcelo Ricardo Leitner
1
-3
/
+6
2018-04-27
sctp: honor PMTU_DISABLED when handling icmp
Marcelo Ricardo Leitner
1
-3
/
+5
2018-04-27
sctp: re-use sctp_transport_pmtu in sctp_transport_route
Marcelo Ricardo Leitner
2
-22
/
+19
2018-04-27
sctp: remove sctp_transport_pmtu_check
Marcelo Ricardo Leitner
1
-3
/
+0
2018-04-27
sctp: introduce sctp_dst_mtu
Marcelo Ricardo Leitner
2
-7
/
+5
2018-04-27
sctp: remove sctp_assoc_pending_pmtu
Marcelo Ricardo Leitner
1
-2
/
+4
2018-04-27
sctp: introduce sctp_assoc_update_frag_point
Marcelo Ricardo Leitner
3
-19
/
+19
2018-04-27
sctp: introduce sctp_mtu_payload
Marcelo Ricardo Leitner
2
-20
/
+12
2018-04-27
sctp: introduce sctp_assoc_set_pmtu
Marcelo Ricardo Leitner
2
-9
/
+14
2018-04-27
sctp: remove an if() that is always true
Marcelo Ricardo Leitner
1
-4
/
+2
2018-04-27
sctp: move transport pathmtu calc away of sctp_assoc_add_peer
Marcelo Ricardo Leitner
2
-10
/
+7
2018-04-27
tcp: remove mss check in tcp_select_initial_window()
Wei Wang
1
-5
/
+3
2018-04-27
net/smc: handle sockopt TCP_DEFER_ACCEPT
Ursula Braun
4
-2
/
+31
2018-04-27
net/smc: sockopts TCP_NODELAY and TCP_CORK
Ursula Braun
2
-4
/
+40
2018-04-27
net/smc: handle sockopts forcing fallback
Ursula Braun
1
-4
/
+50
2018-04-27
net/smc: fix structure size
Karsten Graul
2
-2
/
+2
2018-04-27
net: Fix coccinelle warning
Kirill Tkhai
1
-1
/
+1
2018-04-27
bridge: use hlist_entry_safe
YueHaibing
1
-2
/
+1
2018-04-27
net: dsa: Allow providing PHY statistics from CPU port
Florian Fainelli
2
-5
/
+99
2018-04-27
net: dsa: Add helper function to obtain PHY device of a given port
Florian Fainelli
1
-11
/
+22
[next]