index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2019-10-08
llc: fix sk_buff leak in llc_conn_service()
Eric Biggers
-1
/
+1
2019-10-08
ipvs: batch __ip_vs_cleanup
Haishuang Yan
-1
/
+1
2019-10-07
mac80211: fix scan when operating on DFS channels in ETSI domains
Aaron Komisar
-0
/
+8
2019-10-07
net/tls: store decrypted on a single bit
Jakub Kicinski
-1
/
+1
2019-10-07
net/tls: store async_capable on a single bit
Jakub Kicinski
-2
/
+2
2019-10-07
net/tls: pass context to tls_device_decrypted()
Jakub Kicinski
-2
/
+5
2019-10-07
ipv6: Make ipv6_mc_may_pull() return bool.
David S. Miller
-3
/
+3
2019-10-06
net: genetlink: remove unused genl_family_attrbuf()
Jiri Pirko
-2
/
+0
2019-10-06
net: genetlink: parse attrs and store in contect info struct during dumpit
Jiri Pirko
-0
/
+4
2019-10-06
net: genetlink: introduce dump info struct to be available during dumpit op
Jiri Pirko
-0
/
+14
2019-10-05
net: devlink: export devlink net setter
Jiri Pirko
-0
/
+2
2019-10-05
net/tls: add skeleton of MIB statistics
Jakub Kicinski
-0
/
+22
2019-10-05
net/tls: add tracing for device/offload events
Jakub Kicinski
-7
/
+1
2019-10-04
net: spread "enum sock_flags"
Alexey Dobriyan
-1
/
+1
2019-10-04
net/tls: rename tls_hw_* functions tls_toe_*
Jakub Kicinski
-3
/
+3
2019-10-04
net/tls: move TOE-related code to a separate file
Jakub Kicinski
-0
/
+7
2019-10-04
net/tls: rename tls_device to tls_toe_device
Jakub Kicinski
-12
/
+12
2019-10-04
net/tls: move TOE-related structures to a separate header
Jakub Kicinski
-34
/
+73
2019-10-04
net: devlink: allow to change namespaces during reload
Jiri Pirko
-1
/
+1
2019-10-04
net: devlink: export devlink net getter
Jiri Pirko
-0
/
+1
2019-10-04
net: fib_notifier: propagate extack down to the notifier block callback
Jiri Pirko
-9
/
+18
2019-10-04
net: fib_notifier: propagate possible error during fib notifier registration
Jiri Pirko
-1
/
+1
2019-10-04
net: fib_notifier: make FIB notifier per-netns
Jiri Pirko
-6
/
+5
2019-10-04
mac80211: simplify TX aggregation start
Johannes Berg
-2
/
+9
2019-10-02
net: dsa: Remove unused __DSA_SKB_CB macro
Vladimir Oltean
-2
/
+0
2019-10-02
net: introduce per-netns netdevice notifiers
Jiri Pirko
-0
/
+3
2019-10-02
net: push loops and nb calls into helper functions
Jiri Pirko
-1
/
+2
2019-10-01
tcp: add ipv6_addr_v4mapped_loopback() helper
Eric Dumazet
-0
/
+5
2019-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-0
/
+6
2019-09-27
tcp: honor SO_PRIORITY in TIME_WAIT state
Eric Dumazet
-0
/
+1
2019-09-27
ipv6: add priority parameter to ip6_xmit()
Eric Dumazet
-1
/
+1
2019-09-27
sch_netem: fix rcu splat in netem_enqueue()
Eric Dumazet
-0
/
+5
2019-09-25
netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush
Laura Garcia Liebana
-0
/
+4
2019-09-20
ipv4: Revert removal of rt_uses_gateway
David Ahern
-1
/
+2
2019-09-20
netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use it
Pablo Neira Ayuso
-0
/
+2
2019-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
-301
/
+1153
2019-09-18
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-0
/
+3
2019-09-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-2
/
+25
2019-09-16
net: dsa: Pass ndo_setup_tc slave callback to drivers
Vladimir Oltean
-0
/
+2
2019-09-16
taprio: Add support for hardware offloading
Vinicius Costa Gomes
-0
/
+23
2019-09-16
net: sched: use get_dev() action API in flow_action infra
Vlad Buslov
-2
/
+2
2019-09-16
net: sched: take reference to psample group in flow_action infra
Vlad Buslov
-6
/
+6
2019-09-16
net: sched: extend flow_action_entry with destructor
Vlad Buslov
-1
/
+5
2019-09-16
udp: correct reuseport selection with connected sockets
Willem de Bruijn
-1
/
+19
2019-09-15
net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
Paolo Abeni
-1
/
+6
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-6
/
+5
2019-09-13
net: devlink: move reload fail indication to devlink core and expose to user
Jiri Pirko
-0
/
+3
2019-09-13
net: devlink: split reload op into two
Jiri Pirko
-1
/
+4
2019-09-13
ip: support SO_MARK cmsg
Willem de Bruijn
-0
/
+2
2019-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-208
/
+151
[prev]
[next]