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-12-06
tcp: fix code style in tcp_recvmsg()
Pedro Tammela
1
-2
/
+2
2018-12-06
net: dsa: Set the master device's MTU to account for DSA overheads
Andrew Lunn
1
-0
/
+16
2018-12-06
net: dsa: Add overhead to tag protocol ops.
Andrew Lunn
9
-0
/
+10
2018-12-05
neighbor: Add extack messages for add and delete commands
David Ahern
1
-16
/
+39
2018-12-05
tipc: fix node keep alive interval calculation
Hoang Le
1
-0
/
+6
2018-12-05
ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
Jiri Wiesner
3
-2
/
+21
2018-12-05
sctp: frag_point sanity check
Jakub Audykowicz
2
-2
/
+7
2018-12-05
net: netem: use a list in addition to rbtree
Peter Oskolkov
1
-20
/
+69
2018-12-05
net: bridge: increase multicast's default maximum number of entries
Nikolay Aleksandrov
2
-1
/
+3
2018-12-05
net: bridge: mark hash_elasticity as obsolete
Nikolay Aleksandrov
4
-12
/
+7
2018-12-05
net: bridge: multicast: use non-bh rcu flavor
Nikolay Aleksandrov
3
-23
/
+6
2018-12-05
net: bridge: convert multicast to generic rhashtable
Nikolay Aleksandrov
6
-436
/
+163
2018-12-05
tcp: fix NULL ref in tail loss probe
Yuchung Cheng
1
-4
/
+7
2018-12-05
tcp: Do not underestimate rwnd_limited
Eric Dumazet
1
-1
/
+4
2018-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-19
/
+29
2018-12-05
net: use skb_list_del_init() to remove from RX sublists
Edward Cree
3
-8
/
+8
2018-12-05
Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/lin...
David S. Miller
10
-14
/
+33
2018-12-05
SUNRPC: Don't force a redundant disconnection in xs_read_stream()
Trond Myklebust
1
-7
/
+1
2018-12-05
SUNRPC: Fix up socket polling
Trond Myklebust
1
-2
/
+2
2018-12-05
SUNRPC: Use the discard iterator rather than MSG_TRUNC
Trond Myklebust
1
-2
/
+3
2018-12-05
SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()
Trond Myklebust
1
-1
/
+2
2018-12-05
SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag
Trond Myklebust
1
-11
/
+11
2018-12-05
SUNRPC: Fix RPC receive hangs
Trond Myklebust
1
-20
/
+19
2018-12-05
cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()
Jouni Malinen
1
-0
/
+2
2018-12-05
mac80211: ignore NullFunc frames in the duplicate detection
Emmanuel Grumbach
1
-0
/
+1
2018-12-05
mac80211: fix reordering of buffered broadcast packets
Felix Fietkau
1
-2
/
+2
2018-12-05
mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext
Felix Fietkau
1
-0
/
+2
2018-12-04
tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT
Eric Dumazet
1
-1
/
+1
2018-12-04
net/sched: act_tunnel_key: Don't dump dst port if it wasn't set
Adi Nissim
1
-1
/
+3
2018-12-04
net/sched: act_tunnel_key: Allow key-less tunnels
Adi Nissim
1
-10
/
+11
2018-12-04
rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices
Eric Dumazet
1
-0
/
+3
2018-12-04
net: Do not route unicast IP packets twice
Ido Schimmel
2
-0
/
+14
2018-12-04
skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'
Ido Schimmel
2
-2
/
+2
2018-12-04
bpf: respect size hint to BPF_PROG_TEST_RUN if present
Lorenz Bauer
1
-2
/
+13
2018-12-03
net/core: tidy up an error message
Qian Cai
1
-2
/
+2
2018-12-03
udp: elide zerocopy operation in hot path
Willem de Bruijn
4
-27
/
+28
2018-12-03
udp: msg_zerocopy
Willem de Bruijn
4
-3
/
+54
2018-12-03
sctp: kfree_rcu asoc
Xin Long
1
-1
/
+1
2018-12-03
net: ethernet: provide nvmem_get_mac_address()
Bartosz Golaszewski
1
-0
/
+38
2018-12-03
l3mdev: add function to retreive upper master
Alexis Bauvin
1
-0
/
+18
2018-12-03
udp_tunnel: add config option to bind to a device
Alexis Bauvin
2
-0
/
+33
2018-12-03
devlink: Add 'fw_load_policy' generic parameter
Shalom Toledo
1
-0
/
+5
2018-12-03
bpf: allow BPF read access to qdisc pkt_len
Petar Penkov
1
-0
/
+16
2018-12-02
SUNRPC: Fix a potential race in xprt_connect()
Trond Myklebust
1
-2
/
+9
2018-12-02
SUNRPC: Fix a memory leak in call_encode()
Trond Myklebust
2
-0
/
+3
2018-12-02
SUNRPC: Fix leak of krb5p encode pages
Chuck Lever
1
-0
/
+4
2018-12-02
SUNRPC: call_connect_status() must handle tasks that got transmitted
Trond Myklebust
1
-0
/
+7
2018-12-01
bpf: refactor bpf_test_run() to separate own failures and test program result
Roman Gushchin
1
-6
/
+15
2018-11-30
tcp: fix SNMP TCP timeout under-estimation
Yuchung Cheng
1
-4
/
+4
2018-11-30
tcp: fix SNMP under-estimation on failed retransmission
Yuchung Cheng
1
-1
/
+1
[prev]
[next]