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-15
sctp: implement handle_ftsn for sctp_stream_interleave
Xin Long
2
-13
/
+51
2017-12-15
sctp: implement report_ftsn for sctp_stream_interleave
Xin Long
3
-12
/
+51
2017-12-15
sctp: implement validate_ftsn for sctp_stream_interleave
Xin Long
3
-18
/
+54
2017-12-15
sctp: implement generate_ftsn for sctp_stream_interleave
Xin Long
2
-6
/
+81
2017-12-15
sctp: add basic structures and make chunk function for ifwdtsn
Xin Long
1
-0
/
+24
2017-12-15
net: sched: Move to new offload indication in RED
Yuval Mintz
1
-16
/
+15
2017-12-15
net: sched: Add TCA_HW_OFFLOAD
Yuval Mintz
1
-0
/
+2
2017-12-15
ip6_gre: add erspan v2 support
William Tu
1
-15
/
+103
2017-12-15
net: erspan: introduce erspan v2 for ip_gre
William Tu
1
-15
/
+90
2017-12-15
net: erspan: refactor existing erspan code
William Tu
3
-23
/
+37
2017-12-15
sock: free skb in skb_complete_tx_timestamp on error
Willem de Bruijn
1
-1
/
+5
2017-12-15
batman-adv: Add kernel-doc to externally visible functions
Sven Eckelmann
16
-3
/
+381
2017-12-15
batman-adv: Add kernel-doc to functions in headers
Sven Eckelmann
6
-19
/
+131
2017-12-15
batman-adv: Add kernel-doc to enums in headers
Sven Eckelmann
2
-0
/
+55
2017-12-15
batman-adv: Add kernel-doc to structs in headers
Sven Eckelmann
2
-3
/
+24
2017-12-15
batman-adv: Fix kernel-doc references to struct members
Sven Eckelmann
1
-23
/
+26
2017-12-15
batman-adv: Use inline kernel-doc for enum/struct
Sven Eckelmann
6
-636
/
+1444
2017-12-15
batman-adv: Use parentheses in function kernel-doc
Sven Eckelmann
34
-619
/
+633
2017-12-15
batman-adv: Add missing kernel-doc to packet.h
Sven Eckelmann
1
-2
/
+23
2017-12-15
batman-adv: Remove unused sched.h include
Sven Eckelmann
1
-1
/
+0
2017-12-15
batman-adv: include kobject.h for kobject_* functions
Sven Eckelmann
1
-0
/
+1
2017-12-15
batman-adv: Include net.h for net_ratelimited_function
Sven Eckelmann
2
-0
/
+2
2017-12-15
batman-adv: include build_bug.h for BUILD_BUG_ON define
Sven Eckelmann
3
-3
/
+3
2017-12-15
batman-adv: include gfp.h for GFP_* defines
Sven Eckelmann
22
-20
/
+22
2017-12-15
batman-adv: Add license header to Kconfig
Sven Eckelmann
1
-0
/
+17
2017-12-15
batman-adv: Add SPDX license identifier above copyright header
Sven Eckelmann
59
-1
/
+59
2017-12-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
David S. Miller
5
-5
/
+10
2017-12-15
Merge tag 'batadv-net-for-davem-20171215' of git://git.open-mesh.org/linux-merge
David S. Miller
4
-5
/
+7
2017-12-15
net: dsa: mediatek: combine MediaTek tag with VLAN tag
Sean Wang
1
-9
/
+29
2017-12-15
xdp: linearize skb in netif_receive_generic_xdp()
Song Liu
1
-1
/
+1
2017-12-14
kernel: make groups_sort calling a responsibility group_info allocators
Thiago Rafael Becker
3
-0
/
+4
2017-12-13
tcp: refresh tcp_mstamp from timers callbacks
Eric Dumazet
1
-0
/
+2
2017-12-13
tcp: fix potential underestimation on rcv_rtt
Wei Wang
1
-4
/
+6
2017-12-13
tcp: pause Fast Open globally after third consecutive timeout
Yuchung Cheng
3
-30
/
+22
2017-12-13
net: avoid skb_warn_bad_offload on IS_ERR
Willem de Bruijn
1
-1
/
+1
2017-12-13
net: bridge: use rhashtable for fdbs
Nikolay Aleksandrov
4
-215
/
+207
2017-12-13
tcp/dccp: avoid one atomic operation for timewait hashdance
Eric Dumazet
3
-20
/
+21
2017-12-13
Bluetooth: introduce DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
1
-166
/
+18
2017-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
16
-38
/
+170
2017-12-13
tcp: allow TLP in ECN CWR
Neal Cardwell
1
-6
/
+3
2017-12-13
net_sched: switch to exit_batch for action pernet ops
Cong Wang
16
-85
/
+51
2017-12-13
net: igmp: Use correct source address on IGMPv3 reports
Kevin Cernekee
1
-1
/
+19
2017-12-13
tipc: eliminate potential memory leak
Jon Maloy
1
-1
/
+1
2017-12-13
net: remove duplicate includes
Pravin Shedge
7
-7
/
+0
2017-12-13
ipv4: igmp: guard against silly MTU values
Eric Dumazet
3
-12
/
+18
2017-12-13
ipv6: mcast: better catch silly mtu values
Eric Dumazet
1
-10
/
+15
2017-12-13
Bluetooth: Add support to advertise when connected
Ćukasz Rymanowski
1
-9
/
+46
2017-12-13
Bluetooth: Remove redundant disable_advertising()
Jaganath Kanakkassery
1
-8
/
+1
2017-12-13
Bluetooth: Utilize %*ph specifier
Andy Shevchenko
1
-14
/
+3
2017-12-13
Bluetooth: Use common error handling code in bt_init()
Markus Elfring
1
-21
/
+17
[prev]
[next]