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
2017-09-25
net: dsa: add port enable and disable helpers
Vivien Didelot
3
-16
/
+37
2017-09-25
net: dsa: make slave close symmetrical to open
Vivien Didelot
1
-5
/
+5
2017-09-25
net: nfc: llcp_core: use setup_timer() helper.
Allen Pais
1
-6
/
+4
2017-09-25
net: nfc: hci: llc_shdlc: use setup_timer() helper.
Allen Pais
1
-9
/
+6
2017-09-25
net: nfc: hci: use setup_timer() helper.
Allen Pais
1
-3
/
+2
2017-09-25
net: af_packet: use setup_timer() helper.
Allen Pais
1
-3
/
+1
2017-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
30
-135
/
+231
2017-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-125
/
+206
2017-09-22
Merge branch 'ieee802154-for-davem-2017-09-20' of git://git.kernel.org/pub/sc...
David S. Miller
1
-4
/
+10
2017-09-22
net: use 32-bit arithmetic while allocating net device
Alexey Dobriyan
1
-1
/
+1
2017-09-22
net: Remove useless function skb_header_release
Gao Feng
1
-1
/
+1
2017-09-22
inet: fix improper empty comparison
Josef Bacik
1
-1
/
+1
2017-09-22
net: use inet6_rcv_saddr to compare sockets
Josef Bacik
1
-1
/
+1
2017-09-22
net: set tb->fast_sk_family
Josef Bacik
1
-0
/
+2
2017-09-22
net: orphan frags on stand-alone ptype in dev_queue_xmit_nit
Willem de Bruijn
1
-2
/
+6
2017-09-21
net:nfc: use setup_timer
Allen Pais
1
-3
/
+2
2017-09-21
bridge: trigger RTM_NEWLINK when interface is modified by bridge ioctl
Vincent Bernat
1
-0
/
+3
2017-09-21
net/smc: parameter cleanup in smc_cdc_get_free_slot()
Ursula Braun
3
-8
/
+8
2017-09-21
net/smc: no close wait in case of process shut down
Ursula Braun
1
-7
/
+8
2017-09-21
net/smc: introduce a delay
Ursula Braun
3
-10
/
+16
2017-09-21
net/smc: terminate link group if out-of-sync is received
Ursula Braun
3
-11
/
+8
2017-09-21
net/smc: longer delay for client link group removal
Ursula Braun
1
-4
/
+12
2017-09-21
net/smc: adapt send request completion notification
Ursula Braun
1
-1
/
+1
2017-09-21
net/smc: adjust net_device refcount
Ursula Braun
1
-1
/
+3
2017-09-21
net/smc: take RCU read lock for routing cache lookup
Ursula Braun
1
-3
/
+7
2017-09-21
net/smc: add receive timeout check
Hans Wippel
1
-0
/
+2
2017-09-21
net/smc: add missing dev_put
Hans Wippel
1
-0
/
+1
2017-09-21
net: dsa: add port fdb dump
Vivien Didelot
3
-7
/
+14
2017-09-21
net: dsa: better scoping of slave functions
Vivien Didelot
1
-14
/
+15
2017-09-21
net: ethtool: Add back transceiver type
Florian Fainelli
1
-0
/
+2
2017-09-21
net: avoid a full fib lookup when rp_filter is disabled.
Paolo Abeni
2
-17
/
+35
2017-09-21
net_sched: remove cls_flower idr on failure
Cong Wang
1
-6
/
+9
2017-09-21
net_sched/hfsc: fix curve activation in hfsc_change_class()
Konstantin Khlebnikov
1
-4
/
+19
2017-09-21
net_sched: always reset qdisc backlog in qdisc_reset()
Konstantin Khlebnikov
1
-0
/
+1
2017-09-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-7
/
+19
2017-09-20
net: dsa: Utilize dsa_slave_dev_check()
Florian Fainelli
1
-1
/
+1
2017-09-20
net: change skb->mac_header when Generic XDP calls adjust_head
Edward Cree
1
-0
/
+1
2017-09-20
Revert "bridge: also trigger RTM_NEWLINK when interface is released from bridge"
David S. Miller
1
-3
/
+1
2017-09-20
net: compat: assert the size of cmsg copied in is as expected
Meng Xu
1
-0
/
+7
2017-09-20
udp: do rmem bulk free even if the rx sk queue is empty
Paolo Abeni
1
-2
/
+1
2017-09-20
bridge: also trigger RTM_NEWLINK when interface is released from bridge
Vincent Bernat
1
-1
/
+3
2017-09-20
packet: hold bind lock when rebinding to fanout hook
Willem de Bruijn
1
-5
/
+11
2017-09-20
ipv6: Use ipv6_authlen for len in ipv6_skip_exthdr
Xiang Gao
1
-1
/
+1
2017-09-20
mac802154: Fix MAC header and payload encrypted
Diogenes Pereira
1
-3
/
+8
2017-09-20
mac802154: replace hardcoded value with macro
Diogenes Pereira
1
-1
/
+2
2017-09-19
ipv6: fix net.ipv6.conf.all interface DAD handlers
Matteo Croce
1
-7
/
+20
2017-09-19
net: ipv6: fix regression of no RTM_DELADDR sent after DAD failure
Mike Manning
1
-2
/
+3
2017-09-19
bpf: fix ri->map_owner pointer on bpf_prog_realloc
Daniel Borkmann
1
-9
/
+15
2017-09-19
ipv4: speedup ipv6 tunnels dismantle
Eric Dumazet
4
-24
/
+24
2017-09-19
ipv6: speedup ipv6 tunnels dismantle
Eric Dumazet
4
-24
/
+36
[next]