index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: silence warns on sctp_stream_init allocations
Marcelo Ricardo Leitner
2017-10-03
1
-1
/
+7
*
net: core: decouple ifalias get/set from rtnl lock
Florian Westphal
2017-10-03
3
-24
/
+58
*
ipv4: ipmr: Don't forward packets already forwarded by hardware
Yotam Gigi
2017-10-03
1
-5
/
+32
*
ipv4: ipmr: Add the parent ID field to VIF struct
Yotam Gigi
2017-10-03
1
-0
/
+11
*
flow_dissector: dissect tunnel info
Simon Horman
2017-10-02
2
-25
/
+100
*
ipv4: Namespaceify tcp_fastopen_blackhole_timeout knob
Haishuang Yan
2017-10-01
3
-28
/
+24
*
ipv4: Namespaceify tcp_fastopen_key knob
Haishuang Yan
2017-10-01
5
-32
/
+63
*
ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_once
Haishuang Yan
2017-10-01
4
-9
/
+4
*
ipv4: Namespaceify tcp_fastopen knob
Haishuang Yan
2017-10-01
5
-18
/
+20
*
net: dsa: remove tag ops from the switch tree
Vivien Didelot
2017-10-01
2
-4
/
+0
*
net: dsa: change dsa_ptr for a dsa_port
Vivien Didelot
2017-10-01
5
-16
/
+12
*
net: dsa: prepare master receive hot path
Vivien Didelot
2017-10-01
2
-0
/
+8
*
net: dsa: add tagging ops to port
Vivien Didelot
2017-10-01
4
-3
/
+4
*
net: dsa: use temporary dsa_device_ops variable
Vivien Didelot
2017-10-01
2
-6
/
+10
*
net: dsa: use cpu_dp in master code
Vivien Didelot
2017-10-01
1
-20
/
+22
*
net: dsa: add master helper to look up slaves
Vivien Didelot
2017-10-01
9
-101
/
+39
*
net_sched: remove redundant assignment to ret
Colin Ian King
2017-10-01
1
-1
/
+0
*
net: ipmr: make function ipmr_notifier_init static
Colin Ian King
2017-10-01
1
-1
/
+1
*
net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)
Maciej Żenczykowski
2017-09-30
1
-0
/
+12
*
net: ipv6: send NS for DAD when link operationally up
Mike Manning
2017-09-30
1
-6
/
+6
*
net: ipv4: remove fib_info arg to fib_check_nh
David Ahern
2017-09-29
1
-3
/
+3
*
net: ipv4: remove fib_weight
David Ahern
2017-09-29
1
-9
/
+0
*
tcp: fix under-evaluated ssthresh in TCP Vegas
Hoang Tran
2017-09-29
1
-1
/
+1
*
net: bridge: add per-port group_fwd_mask with less restrictions
Nikolay Aleksandrov
2017-09-29
4
-2
/
+41
*
rtnetlink: rtnl_have_link_slave_info doesn't need rtnl
Florian Westphal
2017-09-28
1
-3
/
+7
*
rtnetlink: add helpers to dump netnsid information
Florian Westphal
2017-09-28
1
-11
/
+19
*
rtnetlink: add helpers to dump vf information
Florian Westphal
2017-09-28
1
-19
/
+31
*
rtnetlink: add helper to put master and link ifindexes
Florian Westphal
2017-09-28
1
-5
/
+27
*
net_sched: use idr to allocate u32 filter handles
Cong Wang
2017-09-28
1
-41
/
+67
*
net_sched: use idr to allocate basic filter handles
Cong Wang
2017-09-28
1
-15
/
+22
*
net_sched: use idr to allocate bpf filter handles
Cong Wang
2017-09-28
1
-29
/
+28
*
inetpeer: speed up inetpeer_invalidate_tree()
Eric Dumazet
2017-09-28
1
-4
/
+7
*
net: mroute: Check if rule is a default rule
Yotam Gigi
2017-09-27
1
-0
/
+12
*
net: ipmr: Add MFC offload indication
Yotam Gigi
2017-09-27
1
-0
/
+3
*
ipmr: Send FIB notifications on MFC and VIF entries
Yotam Gigi
2017-09-27
1
-0
/
+53
*
ipmr: Add FIB notification access functions
Yotam Gigi
2017-09-27
1
-2
/
+135
*
ipmr: Add reference count to MFC entries
Yotam Gigi
2017-09-27
1
-3
/
+5
*
net: dsa: use phy_ethtool_nway_reset
Vivien Didelot
2017-09-26
1
-9
/
+1
*
net: dsa: use phy_ethtool_set_link_ksettings
Vivien Didelot
2017-09-26
1
-11
/
+1
*
net: dsa: use phy_ethtool_get_link_ksettings
Vivien Didelot
2017-09-26
1
-12
/
+1
*
net: dsa: use slave device phydev
Vivien Didelot
2017-09-26
2
-64
/
+53
*
net: dsa: return -ENODEV is there is no slave PHY
Vivien Didelot
2017-09-26
1
-15
/
+15
*
bpf: add meta pointer for direct access
Daniel Borkmann
2017-09-26
4
-9
/
+102
*
bpf: rename bpf_compute_data_end into bpf_compute_data_pointers
Daniel Borkmann
2017-09-26
5
-13
/
+13
*
kcm: Remove redundant unlikely()
Tobias Klauser
2017-09-26
1
-1
/
+1
*
ipv6: Remove redundant unlikely()
Tobias Klauser
2017-09-26
1
-1
/
+1
*
datagram: Remove redundant unlikely()
Tobias Klauser
2017-09-26
1
-1
/
+1
*
neigh: make strucrt neigh_table::entry_size unsigned int
Alexey Dobriyan
2017-09-25
1
-9
/
+9
*
net: speed up skb_rbtree_purge()
Eric Dumazet
2017-09-25
1
-4
/
+7
*
sch_netem: faster rb tree removal
Eric Dumazet
2017-09-25
1
-3
/
+4
[next]