index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: rtnetlink: add linkxstats callbacks and attribute
Nikolay Aleksandrov
2016-05-03
1
-0
/
+7
*
ipv6: Generic tunnel cleanup
Tom Herbert
2016-05-03
1
-1
/
+4
*
gre: Create common functions for transmit
Tom Herbert
2016-05-03
1
-0
/
+44
*
ipv6: Create ip6_tnl_xmit
Tom Herbert
2016-05-03
1
-0
/
+2
*
gre: Move utility functions to common headers
Tom Herbert
2016-05-03
1
-0
/
+60
*
ipv6: Cleanup IPv6 tunnel receive path
Tom Herbert
2016-05-03
1
-0
/
+4
*
tcp: make tcp_sendmsg() aware of socket backlog
Eric Dumazet
2016-05-02
1
-0
/
+11
*
sctp: signal sk_data_ready earlier on data chunks reception
Marcelo Ricardo Leitner
2016-05-02
1
-1
/
+1
*
net: dsa: Provide CPU port statistics to master netdev
Florian Fainelli
2016-04-28
1
-0
/
+5
*
fq: split out backlog update logic
Michal Kazior
2016-04-28
1
-11
/
+19
*
tcp: Make use of MSG_EOR in tcp_sendmsg
Martin KaFai Lau
2016-04-28
1
-1
/
+7
*
net: snmp: fix 64bit stats on 32bit arches
Eric Dumazet
2016-04-28
1
-4
/
+4
*
net: SOCKWQ_ASYNC_WAITDATA optimizations
Eric Dumazet
2016-04-28
1
-2
/
+4
*
net: SOCKWQ_ASYNC_NOSPACE optimizations
Eric Dumazet
2016-04-28
1
-0
/
+6
*
net: snmp: kill STATS_BH macros
Eric Dumazet
2016-04-28
7
-44
/
+44
*
ipv6: kill ICMP6MSGIN_INC_STATS_BH()
Eric Dumazet
2016-04-28
1
-3
/
+1
*
ipv6: rename IP6_UPD_PO_STATS_BH()
Eric Dumazet
2016-04-28
1
-1
/
+1
*
ipv6: rename IP6_INC_STATS_BH()
Eric Dumazet
2016-04-28
1
-2
/
+2
*
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
2016-04-28
2
-4
/
+4
*
net: rename IP_UPD_PO_STATS_BH()
Eric Dumazet
2016-04-28
1
-1
/
+1
*
net: rename IP_ADD_STATS_BH()
Eric Dumazet
2016-04-28
1
-1
/
+1
*
net: rename ICMP6_INC_STATS_BH()
Eric Dumazet
2016-04-28
1
-1
/
+1
*
net: rename IP_INC_STATS_BH()
Eric Dumazet
2016-04-28
1
-1
/
+1
*
net: sctp: rename SCTP_INC_STATS_BH()
Eric Dumazet
2016-04-28
1
-1
/
+1
*
net: icmp: rename ICMPMSGIN_INC_STATS_BH()
Eric Dumazet
2016-04-28
1
-1
/
+1
*
net: tcp: rename TCP_INC_STATS_BH
Eric Dumazet
2016-04-28
1
-1
/
+1
*
net: xfrm: kill XFRM_INC_STATS_BH()
Eric Dumazet
2016-04-28
1
-2
/
+0
*
net: udp: rename UDP_INC_STATS_BH()
Eric Dumazet
2016-04-28
1
-6
/
+6
*
net: rename ICMP_INC_STATS_BH()
Eric Dumazet
2016-04-28
1
-1
/
+1
*
net: snmp: kill various STATS_USER() helpers
Eric Dumazet
2016-04-28
6
-34
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-27
1
-0
/
+4
|
\
|
*
switchdev: Adding complete operation to deferred switchdev ops
Elad Raz
2016-04-24
1
-0
/
+4
*
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2016-04-26
3
-3
/
+46
|
\
\
|
*
|
Bluetooth: Add defines for SPI and I2C
Johan Hedberg
2016-04-22
1
-0
/
+2
|
*
|
6lowpan: move mac802154 header
Alexander Aring
2016-04-13
1
-0
/
+3
|
*
|
6lowpan: move eui64 uncompress function
Alexander Aring
2016-04-13
1
-0
/
+16
|
*
|
6lowpan: move lowpan_802154_dev to 6lowpan
Alexander Aring
2016-04-13
1
-0
/
+12
|
*
|
6lowpan: change naming for lowpan private data
Alexander Aring
2016-04-13
1
-3
/
+3
|
*
|
ieee802154: add short address helpers
Alexander Aring
2016-04-13
1
-0
/
+10
*
|
|
sched: align nlattr properly when needed
Nicolas Dichtel
2016-04-26
1
-2
/
+4
*
|
|
fq: add fair queuing framework
Michal Kazior
2016-04-25
2
-0
/
+364
*
|
|
codel: split into multiple files
Michal Kazior
2016-04-25
3
-223
/
+328
*
|
|
codel: generalize the implementation
Michal Kazior
2016-04-25
1
-25
/
+39
*
|
|
route: move lwtunnel state to a single place
Jiri Benc
2016-04-25
1
-4
/
+1
*
|
|
soreuseport: Resolve merge conflict for v4/v6 ordering fix
Craig Gallek
2016-04-25
1
-1
/
+5
*
|
|
sock: relax WARN_ON() in sock_owned_by_user()
Eric Dumazet
2016-04-25
1
-1
/
+1
*
|
|
tcp-tso: do not split TSO packets at retransmit time
Eric Dumazet
2016-04-24
1
-2
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-04-24
1
-3
/
+2
|
\
\
\
|
*
|
|
netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'
Florian Westphal
2016-04-18
1
-2
/
+2
|
*
|
|
netfilter: connlabels: move helpers to xt_connlabel
Florian Westphal
2016-04-18
1
-1
/
+0
|
|
/
/
[next]