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
2016-07-19
net/ncsi: NCSI response packet handler
Gavin Shan
4
-1
/
+1227
2016-07-19
net/ncsi: NCSI command packet handler
Gavin Shan
4
-1
/
+558
2016-07-19
net/ncsi: Resource management
Gavin Shan
6
-0
/
+710
2016-07-19
net: dsa: support switchdev ageing time attr
Vivien Didelot
1
-0
/
+41
2016-07-19
net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...
Shmulik Ladkani
1
-0
/
+9
2016-07-19
net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags
Shmulik Ladkani
3
-4
/
+6
2016-07-16
sctp: fix GSO for IPv6
Marcelo Ricardo Leitner
1
-1
/
+22
2016-07-16
sctp: recvmsg should be able to run even if sock is in closing state
Marcelo Ricardo Leitner
1
-15
/
+17
2016-07-16
net: ipmr/ip6mr: add support for keeping an entry age
Nikolay Aleksandrov
2
-8
/
+18
2016-07-16
net: bridge: remove _deliver functions and consolidate forward code
Nikolay Aleksandrov
5
-153
/
+94
2016-07-16
net: bridge: drop skb2/skb0 variables and use a local_rcv boolean
Nikolay Aleksandrov
3
-37
/
+33
2016-07-16
net: bridge: rearrange flood vs unicast receive paths
Nikolay Aleksandrov
1
-15
/
+14
2016-07-16
net: bridge: minor style adjustments in br_handle_frame_finish
Nikolay Aleksandrov
1
-10
/
+8
2016-07-15
tcp_timer.c: Add kernel-doc function descriptions
Richard Sailer
1
-17
/
+64
2016-07-15
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
1
-1
/
+42
2016-07-15
rxrpc: checking for IS_ERR() instead of NULL
Dan Carpenter
1
-1
/
+1
2016-07-15
RDS: TCP: Enable multipath RDS for TCP
Sowmini Varadhan
11
-30
/
+257
2016-07-15
RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks()
Sowmini Varadhan
1
-18
/
+4
2016-07-15
RDS: TCP: avoid bad page reference in rds_tcp_listen_data_ready
Sowmini Varadhan
3
-0
/
+10
2016-07-14
net/switchdev: Export the same parent ID service function
Or Gerlitz
1
-2
/
+3
2016-07-13
sctp: only check for ECN if peer is using it
Marcelo Ricardo Leitner
1
-3
/
+2
2016-07-13
sctp: do not clear chunk->ecn_ce_done flag
Marcelo Ricardo Leitner
1
-1
/
+0
2016-07-13
sctp: avoid identifying address family many times for a chunk
Marcelo Ricardo Leitner
4
-21
/
+8
2016-07-13
sctp: allow GSO frags to access the chunk too
Marcelo Ricardo Leitner
6
-10
/
+30
2016-07-13
sctp: reorder sctp_ulpevent and shrink msg_flags
Marcelo Ricardo Leitner
1
-2
/
+2
2016-07-13
sctp: allow others to use sctp_input_cb
Marcelo Ricardo Leitner
1
-11
/
+0
2016-07-13
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
15
-179
/
+211
2016-07-13
Bluetooth: Increment management interface revision
Johan Hedberg
1
-1
/
+1
2016-07-13
Bluetooth: Add Authentication Failed reason to Disconnected Mgmt event
Szymon Janc
1
-1
/
+15
2016-07-12
devlink: add hardware messages tracing facility
Jiri Pirko
1
-0
/
+4
2016-07-12
net: dsa: Fix non static symbol warning
Wei Yongjun
1
-1
/
+1
2016-07-12
rxrpc: Fix error handling in af_rxrpc_init()
Wei Yongjun
1
-2
/
+2
2016-07-11
ipv4: af_inet: make it explicitly non-modular
Paul Gortmaker
1
-4
/
+1
2016-07-11
tunnels: correct conditional build of MPLS and IPv6
Simon Horman
1
-12
/
+13
2016-07-11
sctp: implement prsctp PRIO policy
Xin Long
4
-1
/
+105
2016-07-11
sctp: implement prsctp RTX policy
Xin Long
2
-0
/
+6
2016-07-11
sctp: implement prsctp TTL policy
Xin Long
4
-5
/
+33
2016-07-11
sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt
Xin Long
1
-0
/
+62
2016-07-11
sctp: add SCTP_DEFAULT_PRINFO into sctp sockopt
Xin Long
1
-0
/
+91
2016-07-11
sctp: add SCTP_PR_SUPPORTED on sctp sockopt
Xin Long
4
-6
/
+88
2016-07-09
ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()
Eric Dumazet
2
-8
/
+9
2016-07-09
ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()
Eric Dumazet
1
-6
/
+6
2016-07-09
net: tracepoint napi:napi_poll add work and budget
Jesper Dangaard Brouer
3
-4
/
+5
2016-07-09
mpls: allow routes on ipip and sit devices
Simon Horman
1
-2
/
+4
2016-07-09
ipip: support MPLS over IPv4
Simon Horman
1
-16
/
+121
2016-07-09
sit: support MPLS over IPv4
Simon Horman
1
-16
/
+77
2016-07-09
tunnels: support MPLS over IPv4 tunnels
Simon Horman
1
-10
/
+67
2016-07-09
net: bridge: extend MLD/IGMP query stats
Nikolay Aleksandrov
4
-19
/
+43
2016-07-09
Bluetooth: Rename HCI_BREDR into HCI_PRIMARY
Marcel Holtmann
6
-27
/
+25
2016-07-09
Bluetooth: Remove controller device attributes
Marcel Holtmann
1
-54
/
+0
[next]