index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-27
bridge: use hlist_entry_safe
YueHaibing
1
-2
/
+1
2018-04-27
net: dsa: Allow providing PHY statistics from CPU port
Florian Fainelli
2
-5
/
+99
2018-04-27
net: dsa: Add helper function to obtain PHY device of a given port
Florian Fainelli
1
-11
/
+22
2018-04-27
net: dsa: Pass stringset to ethtool operations
Florian Fainelli
2
-10
/
+16
2018-04-27
net: dsa: Do not check for ethtool_ops validity
Florian Fainelli
1
-3
/
+3
2018-04-27
net: Allow network devices to have PHY statistics
Florian Fainelli
1
-18
/
+21
2018-04-27
net: Move PHY statistics code into PHY library helpers
Florian Fainelli
1
-30
/
+8
2018-04-27
l2tp: consistent reference counting in procfs and debufs
Guillaume Nault
2
-15
/
+26
2018-04-27
tipc: introduce ioctl for fetching node identity
Jon Maloy
3
-2
/
+33
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-1
/
+51
2018-04-26
bpf: fix xdp_generic for bpf_adjust_tail usecase
Nikita V. Shirokov
1
-1
/
+3
2018-04-26
udp: add gso support to virtual devices
Willem de Bruijn
1
-0
/
+1
2018-04-26
udp: add gso segment cmsg
Willem de Bruijn
2
-3
/
+46
2018-04-26
udp: paged allocation with gso
Willem de Bruijn
2
-9
/
+25
2018-04-26
udp: better wmem accounting on gso
Willem de Bruijn
1
-1
/
+15
2018-04-26
udp: generate gso with UDP_SEGMENT
Willem de Bruijn
4
-11
/
+60
2018-04-26
udp: add udp gso
Willem de Bruijn
4
-4
/
+76
2018-04-26
udp: expose inet cork to udp
Willem de Bruijn
4
-21
/
+23
2018-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+3
2018-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+1
2018-04-25
rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
Dag Moxnes
1
-1
/
+2
2018-04-25
net/smc: keep clcsock reference in smc_tcp_listen_work()
Ursula Braun
1
-4
/
+0
2018-04-25
sctp: remove the unused sctp_assoc_is_match function
Xin Long
1
-25
/
+0
2018-04-25
net: rules: Move l3mdev attribute validation to a helper
David Ahern
1
-10
/
+24
2018-04-25
sctp: fix identification of new acks for SFR-CACC
Marcelo Ricardo Leitner
1
-25
/
+23
2018-04-25
sctp: fix const parameter violation in sctp_make_sack
Marcelo Ricardo Leitner
1
-5
/
+4
2018-04-25
neighbour: support for NTF_EXT_LEARNED flag
Roopa Prabhu
1
-1
/
+7
2018-04-25
ipv6: addrconf: don't evaluate keep_addr_on_down twice
Ivan Vecera
1
-13
/
+10
2018-04-25
ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap mode
Ahmed Abdelsalam
2
-2
/
+30
2018-04-25
bpf: clear the ip_tunnel_info.
William Tu
1
-0
/
+1
2018-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
23
-223
/
+347
2018-04-24
bpf: add helper for getting xfrm states
Eyal Birger
1
-0
/
+48
2018-04-24
net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()
Eric Dumazet
1
-2
/
+1
2018-04-24
net/tls: remove redundant second null check on sgout
Colin Ian King
1
-2
/
+1
2018-04-24
ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_servers
Chris Novakovic
1
-11
/
+107
2018-04-24
ipconfig: Create /proc/net/ipconfig directory
Chris Novakovic
1
-0
/
+15
2018-04-24
ipconfig: Correctly initialise ic_nameservers
Chris Novakovic
1
-0
/
+13
2018-04-24
ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name servers
Chris Novakovic
1
-2
/
+4
2018-04-24
ipconfig: BOOTP: Don't request IEN-116 name servers
Chris Novakovic
1
-1
/
+1
2018-04-24
ipconfig: Tidy up reporting of name servers
Chris Novakovic
1
-8
/
+11
2018-04-24
tcp: md5: only call tp->af_specific->md5_lookup() for md5 sockets
Eric Dumazet
1
-12
/
+14
2018-04-24
packet: fix bitfield update race
Willem de Bruijn
2
-21
/
+49
2018-04-24
Revert "net: init sk_cookie for inet socket"
Yafang Shao
1
-7
/
+1
2018-04-23
net: fib_rules: fix l3mdev netlink attr processing
Roopa Prabhu
1
-0
/
+2
2018-04-23
l2tp: check sockaddr length in pppol2tp_connect()
Guillaume Nault
1
-0
/
+7
2018-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
10
-171
/
+200
2018-04-23
net/ipv6: Fix missing rcu dereferences on from
David Ahern
1
-5
/
+10
2018-04-23
net/ipv6: add rcu locking to ip6_negative_advice
David Ahern
1
-0
/
+2
2018-04-23
ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
Eric Dumazet
1
-0
/
+2
2018-04-23
net: init sk_cookie for inet socket
Yafang Shao
1
-1
/
+7
[next]