index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sched: sch: add extack to change class
Alexander Aring
2017-12-21
11
-11
/
+18
*
net: sched: sch: add extack for change qdisc ops
Alexander Aring
2017-12-21
19
-40
/
+52
*
net: sched: sch: add extack for init callback
Alexander Aring
2017-12-21
31
-37
/
+74
*
net: sched: sch_api: handle generic qdisc errors
Alexander Aring
2017-12-21
1
-43
/
+105
*
net: sched: fix coding style issues
Alexander Aring
2017-12-21
6
-13
/
+14
*
Merge branch 's390-net-next'
David S. Miller
2017-12-20
11
-440
/
+234
|
\
|
*
s390/qeth: replace open-coded in*_pton()
Julian Wiedmann
2017-12-20
3
-89
/
+12
|
*
s390/qeth: pass full data length to l3_fill_header()
Julian Wiedmann
2017-12-20
1
-8
/
+10
|
*
s390/qeth: streamline l3_fill_header()
Julian Wiedmann
2017-12-20
1
-56
/
+43
|
*
s390/qeth: unionize next-hop field in qeth L3 header
Julian Wiedmann
2017-12-20
2
-8
/
+23
|
*
s390/qeth: recognize non-IP multicast on L3 transmit
Julian Wiedmann
2017-12-20
2
-5
/
+1
|
*
s390/qeth: clean up l3_get_cast_type()
Julian Wiedmann
2017-12-20
2
-35
/
+20
|
*
s390/qeth: robustify qeth_get_ip_version()
Julian Wiedmann
2017-12-20
1
-6
/
+8
|
*
s390/qeth: align L2 and L3 set_rx_mode() implementations
Julian Wiedmann
2017-12-20
2
-67
/
+43
|
*
s390/qeth: use ether_addr_* helpers
Julian Wiedmann
2017-12-20
6
-37
/
+32
|
*
s390/qeth: consolidate qeth MAC address helpers
Julian Wiedmann
2017-12-20
1
-29
/
+18
|
*
s390/qeth: don't keep track of MAC address's cast type
Julian Wiedmann
2017-12-20
2
-20
/
+8
|
*
s390/qeth: drop CONFIG_QETH_IPV6
Julian Wiedmann
2017-12-20
2
-54
/
+9
|
*
s390/qeth: use ip*_eth_mc_map helpers
Julian Wiedmann
2017-12-20
1
-29
/
+14
|
*
qeth: convert qeth_reply.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-12-20
2
-6
/
+5
|
*
net: convert lcs_reply.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-12-20
2
-8
/
+5
|
/
*
Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-m...
David S. Miller
2017-12-20
62
-1353
/
+2852
|
\
|
*
batman-adv: Add kernel-doc to externally visible functions
Sven Eckelmann
2017-12-15
16
-3
/
+381
|
*
batman-adv: Add kernel-doc to functions in headers
Sven Eckelmann
2017-12-15
6
-19
/
+131
|
*
batman-adv: Add kernel-doc to enums in headers
Sven Eckelmann
2017-12-15
2
-0
/
+55
|
*
batman-adv: Add kernel-doc to structs in headers
Sven Eckelmann
2017-12-15
2
-3
/
+24
|
*
batman-adv: Fix kernel-doc references to struct members
Sven Eckelmann
2017-12-15
1
-23
/
+26
|
*
batman-adv: Use inline kernel-doc for enum/struct
Sven Eckelmann
2017-12-15
6
-636
/
+1444
|
*
batman-adv: Use parentheses in function kernel-doc
Sven Eckelmann
2017-12-15
34
-619
/
+633
|
*
batman-adv: Add missing kernel-doc to packet.h
Sven Eckelmann
2017-12-15
1
-2
/
+23
|
*
batman-adv: Remove unused sched.h include
Sven Eckelmann
2017-12-15
1
-1
/
+0
|
*
batman-adv: include kobject.h for kobject_* functions
Sven Eckelmann
2017-12-15
1
-0
/
+1
|
*
batman-adv: Include net.h for net_ratelimited_function
Sven Eckelmann
2017-12-15
2
-0
/
+2
|
*
batman-adv: include build_bug.h for BUILD_BUG_ON define
Sven Eckelmann
2017-12-15
3
-3
/
+3
|
*
batman-adv: include gfp.h for GFP_* defines
Sven Eckelmann
2017-12-15
22
-20
/
+22
|
*
batman-adv: Change batman_adv.h license to MIT
Sven Eckelmann
2017-12-15
1
-11
/
+17
|
*
batman-adv: Add license header to Kconfig
Sven Eckelmann
2017-12-15
1
-0
/
+17
|
*
batman-adv: Add SPDX license identifier to batman-adv.rst
Sven Eckelmann
2017-12-15
1
-0
/
+2
|
*
batman-adv: Add SPDX license identifier above copyright header
Sven Eckelmann
2017-12-15
60
-1
/
+60
|
*
batman-adv: Deinline batadv_orig_hash_find, save 7339 bytes
Denys Vlasenko
2017-12-04
2
-35
/
+34
|
*
batman-adv: Start new development cycle
Simon Wunderlich
2017-12-04
1
-1
/
+1
*
|
Merge branch 'replace-tcp_set_state-tracepoint-with-inet_sock_set_state'
David S. Miller
2017-12-20
15
-66
/
+167
|
\
\
|
*
|
net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition
Yafang Shao
2017-12-20
3
-9
/
+9
|
*
|
net: tracepoint: using sock_set_state tracepoint to trace DCCP state transition
Yafang Shao
2017-12-20
1
-1
/
+1
|
*
|
net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...
Yafang Shao
2017-12-20
7
-32
/
+30
|
*
|
net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...
Yafang Shao
2017-12-20
7
-40
/
+128
|
*
|
tcp: Export to userspace the TCP state names for the trace events
Steven Rostedt (VMware)
2017-12-20
1
-13
/
+28
|
/
/
*
|
netdevsim: correctly check return value of debugfs_create_dir
Prashant Bhole
2017-12-20
2
-6
/
+8
*
|
ip6_gre: fix potential memory leak in ip6erspan_rcv
Haishuang Yan
2017-12-20
1
-1
/
+3
*
|
ip_gre: fix potential memory leak in erspan_rcv
Haishuang Yan
2017-12-20
1
-1
/
+3
[next]