index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-01
rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()
Sowmini Varadhan
1
-24
/
+1
2017-12-01
tipc: fall back to smaller MTU if allocation of local send skb fails
Jon Maloy
4
-13
/
+55
2017-12-01
tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()
Tommi Rantala
1
-4
/
+0
2017-12-01
tcp/dccp: block bh before arming time_wait timer
Eric Dumazet
2
-0
/
+12
2017-12-01
sctp: do not abandon the other frags in unsent outq if one msg has outstanding frags
Xin Long
2
-1
/
+6
2017-12-01
sctp: abandon the whole msg if one part of a fragmented message is abandoned
Xin Long
2
-4
/
+15
2017-12-01
sctp: only update outstanding_bytes for transmitted queue when doing prsctp_prune
Xin Long
1
-2
/
+4
2017-12-01
batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligible
Sven Eckelmann
1
-1
/
+1
2017-12-01
batman-adv: Always initialize fragment header priority
Sven Eckelmann
1
-0
/
+2
2017-12-01
xfrm: Fix stack-out-of-bounds read on socket policy lookup.
Steffen Klassert
1
-1
/
+7
2017-12-01
xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)
Aviv Heller
1
-1
/
+11
2017-12-01
xfrm: Remove redundant state assignment in xfrm_input()
Aviv Heller
1
-1
/
+0
2017-12-01
xfrm: Fix xfrm_dev_state_add to fail for unsupported HW SA option
Yossef Efraim
1
-1
/
+1
2017-12-01
xfrm: Fix xfrm_replay_overflow_offload_esn
Yossef Efraim
1
-2
/
+1
2017-12-01
xfrm: fix XFRMA_OUTPUT_MARK policy entry
Michal Kubecek
1
-1
/
+1
2017-11-30
SUNRPC: Handle ENETDOWN errors
Trond Myklebust
2
-0
/
+6
2017-11-30
net/reuseport: drop legacy code
Paolo Abeni
5
-55
/
+15
2017-11-30
sit: update frag_off info
Hangbin Liu
1
-0
/
+1
2017-11-30
tcp: remove buggy call to tcp_v6_restore_cb()
Eric Dumazet
1
-1
/
+0
2017-11-30
act_sample: get rid of tcf_sample_cleanup_rcu()
Cong Wang
1
-11
/
+3
2017-11-30
Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
David S. Miller
5
-27
/
+35
2017-11-30
net: Remove dst->next
David Miller
1
-1
/
+0
2017-11-30
xfrm: Stop using dst->next in bundle construction.
David Miller
1
-24
/
+32
2017-11-30
xfrm: Move dst->path into struct xfrm_dst
David Miller
7
-26
/
+18
2017-11-30
ipv6: Move dst->from into struct rt6_info.
David Miller
2
-18
/
+17
2017-11-30
xfrm: Move child route linkage into xfrm_dst.
David Miller
4
-11
/
+15
2017-11-30
ipsec: Create and use new helpers for dst child access.
David Miller
1
-24
/
+23
2017-11-30
net: Create and use new helper xfrm_dst_child().
David Miller
6
-14
/
+16
2017-11-30
ipv6: Move rt6_next from dst_entry into ipv6 route structure.
David Miller
2
-18
/
+18
2017-11-30
decnet: Move dn_next into decnet route structure.
David Miller
1
-16
/
+18
2017-11-30
atm: mpoa: remove 32-bit timekeeping
Tina Ruchandani
5
-40
/
+43
2017-11-30
openvswitch: use ktime_get_ts64() instead of ktime_get_ts()
Arnd Bergmann
1
-3
/
+3
2017-11-30
net: xfrm: allow clearing socket xfrm policies.
Lorenzo Colitti
2
-1
/
+8
2017-11-29
Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
3
-5
/
+5
2017-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
37
-398
/
+913
2017-11-29
SUNRPC: Allow connect to return EHOSTUNREACH
Trond Myklebust
1
-0
/
+1
2017-11-29
rxrpc: Fix variable overwrite
Gustavo A. R. Silva
2
-2
/
+2
2017-11-29
rxrpc: Fix ACK generation from the connection event processor
David Howells
1
-21
/
+29
2017-11-29
rxrpc: Clean up whitespace
David Howells
3
-4
/
+4
2017-11-29
xfrm: check id proto in validate_tmpl()
Cong Wang
1
-0
/
+15
2017-11-28
netfilter: Eliminate cond_resched_rcu_qs() in favor of cond_resched()
Paul E. McKenney
1
-1
/
+1
2017-11-28
net: sched: cbq: create block for q->link.block
Jiri Pirko
1
-1
/
+8
2017-11-28
VSOCK: Don't set sk_state to TCP_CLOSE before testing it
Jorgen Hansen
1
-2
/
+2
2017-11-28
sctp: use right member as the param of list_for_each_entry
Xin Long
1
-3
/
+3
2017-11-28
sch_sfq: fix null pointer dereference at timer expiration
Paolo Abeni
1
-0
/
+1
2017-11-28
cls_bpf: don't decrement net's refcount when offload fails
Jakub Kicinski
1
-10
/
+13
2017-11-28
net/packet: fix a race in packet_bind() and packet_notifier()
Eric Dumazet
1
-0
/
+5
2017-11-28
packet: fix crash in fanout_demux_rollover()
Mike Maloney
2
-23
/
+10
2017-11-28
9p: untangle ->poll() mess
Al Viro
1
-30
/
+30
2017-11-28
sctp: remove extern from stream sched
Xin Long
4
-9
/
+31
[prev]
[next]