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
/
include
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-14
sctp: add refcnt support for sh_key
Xin Long
3
-6
/
+15
2018-03-14
ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
Sabrina Dubroca
3
-3
/
+12
2018-03-13
Bluetooth: btrsi: add new rsi bluetooth driver
Prameela Rani Garnepudi
1
-1
/
+3
2018-03-13
rsi: add coex support
Prameela Rani Garnepudi
1
-0
/
+20
2018-03-13
rsi: add header file rsi_91x
Prameela Rani Garnepudi
1
-0
/
+34
2018-03-13
net: Add comment about pernet_operations methods and synchronization
Kirill Tkhai
1
-0
/
+14
2018-03-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
2
-0
/
+6
2018-03-12
net: ipv6: Introduce ip6_multipath_hash_policy()
Petr Machata
1
-0
/
+11
2018-03-12
sock_diag: request _diag module only when the family or proto has been registered
Xin Long
1
-0
/
+1
2018-03-09
net sched actions: add new tc_action_ops callback
Roman Mashak
1
-0
/
+1
2018-03-09
net sched actions: update Add/Delete action API with new argument
Roman Mashak
1
-1
/
+2
2018-03-09
net: do not create fallback tunnels for non-default namespaces
Eric Dumazet
1
-0
/
+2
2018-03-07
sch_netem: fix skb leak in netem_enqueue()
Alexey Kodanev
1
-0
/
+19
2018-03-07
sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsg
Xin Long
1
-0
/
+1
2018-03-07
sctp: add support for PR-SCTP Information for sendmsg
Xin Long
1
-0
/
+1
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+15
2018-03-05
netfilter: make xt_rateest hash table per net
Cong Wang
1
-2
/
+2
2018-03-05
netfilter: nf_conntrack_broadcast: remove useless parameter
Taehee Yoo
1
-2
/
+1
2018-03-05
net: core: dst: Add kernel-doc for 'net' parameter
Jonathan Neuschäfer
1
-0
/
+1
2018-03-05
net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistency
Jonathan Neuschäfer
1
-1
/
+1
2018-03-05
net: core: dst_cache: Fix a typo in a comment
Jonathan Neuschäfer
1
-1
/
+1
2018-03-04
dsa: Pass the port to get_sset_count()
Andrew Lunn
1
-1
/
+1
2018-03-04
net: Remove unused get_hash_from_flow functions
David Ahern
1
-16
/
+0
2018-03-04
net/ipv6: Add support for path selection using hash of 5-tuple
David Ahern
3
-2
/
+4
2018-03-04
net/ipv6: Pass skb to route lookup
David Ahern
3
-5
/
+11
2018-03-04
net: Rename NETEVENT_MULTIPATH_HASH_UPDATE
David Ahern
1
-1
/
+1
2018-03-04
net/ipv4: Pass net to fib_multipath_hash instead of fib_info
David Ahern
1
-1
/
+1
2018-03-02
Merge tag 'mac80211-next-for-davem-2018-03-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
David S. Miller
1
-2
/
+4
2018-03-01
tcp_bbr: better deal with suboptimal GSO (II)
Eric Dumazet
1
-4
/
+2
2018-03-01
net/mac89x0: Convert to platform_driver
Finn Thain
1
-1
/
+0
2018-03-01
fib_rules: FRA_GENERIC_POLICY updates for ip proto, sport and dport attrs
Roopa Prabhu
1
-1
/
+5
2018-03-01
net: Fix spelling mistake "greater then" -> "greater than"
Gal Pressman
1
-1
/
+1
2018-03-01
mroute*: Make mr_table a common struct
Yuval Mintz
1
-1
/
+1
2018-02-28
ipv6: route: dissect flow in input path if fib rules need it
Roopa Prabhu
3
-2
/
+30
2018-02-28
ipv6: route: dissect flow in input path if fib rules need it
Roopa Prabhu
2
-1
/
+27
2018-02-28
net: fib_rules: support for match on ip_proto, sport and dport
Roopa Prabhu
1
-1
/
+35
2018-02-28
mlxsw: spectrum: Fix handling of resource_size_param
Jiri Pirko
1
-3
/
+15
2018-02-28
net: sch: prio: Add offload ability for grafting a child
Nogah Frankel
1
-0
/
+8
2018-02-28
inet: whitespace cleanup
Stephen Hemminger
7
-26
/
+25
2018-02-27
ip_tunnel: Rename & publish init_tunnel_flow
Petr Machata
1
-0
/
+16
2018-02-27
net: GRE: Add is_gretap_dev, is_ip6gretap_dev
Petr Machata
1
-0
/
+3
2018-02-27
mac80211: support A-MSDU in fast-rx
Felix Fietkau
1
-2
/
+4
2018-02-26
sctp: Add LSM hooks
Richard Haines
1
-0
/
+10
2018-02-26
sctp: Add ip option support
Richard Haines
2
-1
/
+5
2018-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2018-02-23
net: fib_rules: Add new attribute to set protocol
Donald Sharp
1
-1
/
+2
2018-02-22
Merge tag 'mac80211-next-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
David S. Miller
3
-4
/
+121
2018-02-22
Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
2
-2
/
+2
2018-02-22
mac80211: Call mgd_prep_tx before transmitting deauthentication
Ilan Peer
1
-0
/
+13
2018-02-22
mac80211: support reporting A-MPDU EOF bit value/known
Johannes Berg
2
-0
/
+7
[prev]
[next]