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-02-07
net: pending_confirm is not used anymore
Julian Anastasov
1
-1
/
+0
2017-02-07
net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
Julian Anastasov
9
-19
/
+44
2017-02-07
net: add confirm_neigh method to dst_ops
Julian Anastasov
3
-0
/
+54
2017-02-07
tcp: replace dst_confirm with sk_dst_confirm
Julian Anastasov
3
-14
/
+7
2017-02-07
sctp: add dst_pending_confirm flag
Julian Anastasov
7
-12
/
+31
2017-02-07
net: add dst_pending_confirm flag to skbuff
Julian Anastasov
2
-1
/
+5
2017-02-07
sock: add sk_dst_pending_confirm flag
Julian Anastasov
1
-0
/
+2
2017-02-07
ipv6: sr: fix non static symbol warnings
Wei Yongjun
1
-4
/
+4
2017-02-07
net/sched: act_mirred: remove duplicated include from act_mirred.c
Wei Yongjun
1
-2
/
+0
2017-02-07
net: dsa: Add support for platform data
Florian Fainelli
1
-18
/
+84
2017-02-07
net: dsa: Rename and export dev_to_net_device()
Florian Fainelli
1
-2
/
+3
2017-02-06
bridge: fdb: write to used and updated at most once per jiffy
Nikolay Aleksandrov
2
-2
/
+4
2017-02-06
bridge: move write-heavy fdb members in their own cache line
Nikolay Aleksandrov
1
-4
/
+6
2017-02-06
bridge: move to workqueue gc
Nikolay Aleksandrov
10
-23
/
+29
2017-02-06
bridge: modify bridge and port to have often accessed fields in one cache line
Nikolay Aleksandrov
1
-23
/
+20
2017-02-06
net: dsa: introduce bridge notifier
Vivien Didelot
2
-11
/
+61
2017-02-06
net: dsa: add switch notifier
Vivien Didelot
5
-0
/
+70
2017-02-06
net: dsa: change state setter scope
Vivien Didelot
1
-6
/
+9
2017-02-06
net: dsa: rollback bridging on error
Vivien Didelot
1
-1
/
+13
2017-02-06
net: dsa: simplify netdevice events handling
Vivien Didelot
1
-28
/
+16
2017-02-06
net: dsa: move netdevice notifier registration
Vivien Didelot
3
-10
/
+26
2017-02-06
net-next: treewide use is_vlan_dev() helper function.
Parav Pandit
1
-1
/
+2
2017-02-06
sctp: process fwd tsn chunk only when prsctp is enabled
Xin Long
1
-0
/
+6
2017-02-06
net: remove ndo_neigh_{construct, destroy} from stacked devices
Ido Schimmel
3
-48
/
+0
2017-02-05
net: remove __napi_complete()
Eric Dumazet
1
-21
/
+3
2017-02-04
net: ipv6: Use compressed IPv6 addresses showing route replace error
David Ahern
1
-1
/
+1
2017-02-04
net: ipv6: Change notifications for multipath delete to RTA_MULTIPATH
David Ahern
2
-1
/
+28
2017-02-04
net: ipv6: Change notifications for multipath add to RTA_MULTIPATH
David Ahern
2
-3
/
+53
2017-02-04
net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attribute
David Ahern
2
-17
/
+105
2017-02-04
net: ipv6: Allow shorthand delete of all nexthops in multipath route
David Ahern
1
-2
/
+36
2017-02-03
net: skb_needs_check() accepts CHECKSUM_NONE for tx
Eric Dumazet
1
-3
/
+4
2017-02-03
net: remove support for per driver ndo_busy_poll()
Eric Dumazet
2
-16
/
+0
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
53
-640
/
+576
2017-02-03
sched: cls_flower: expose priority to offloading netdevice
Jiri Pirko
1
-0
/
+3
2017-02-03
tcp: clear pfmemalloc on outgoing skb
Eric Dumazet
1
-0
/
+7
2017-02-03
net: ipv6: Set protocol to kernel for local routes
David Ahern
1
-0
/
+1
2017-02-03
bridge: vlan dst_metadata hooks in ingress and egress paths
Roopa Prabhu
6
-2
/
+82
2017-02-03
bridge: per vlan dst_metadata netlink support
Roopa Prabhu
7
-48
/
+641
2017-02-03
net/sched: act_ife: Change to use ife module
Yotam Gigi
2
-78
/
+33
2017-02-03
net: Introduce ife encapsulation module
Yotam Gigi
5
-0
/
+165
2017-02-03
net/sched: act_ife: Unexport ife_tlv_meta_encode
Yotam Gigi
1
-2
/
+2
2017-02-03
tcp: add tcp_mss_clamp() helper
Eric Dumazet
4
-23
/
+8
2017-02-02
net: add LINUX_MIB_PFMEMALLOCDROP counter
Eric Dumazet
2
-2
/
+4
2017-02-02
net: ipv4: remove fib_lookup.h from devinet.c include list
David Ahern
1
-2
/
+0
2017-02-02
net: remove useless pfmemalloc setting
Eric Dumazet
1
-1
/
+0
2017-02-02
unix: add ioctl to open a unix socket file with O_PATH
Andrey Vagin
1
-0
/
+41
2017-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-104
/
+93
2017-02-02
netfilter: allow logging from non-init namespaces
Michal Kubeček
5
-4
/
+28
2017-02-02
ipvs: free ip_vs_dest structs when refcnt=0
David Windsor
1
-5
/
+3
2017-02-02
netfilter: merge ctinfo into nfct pointer storage area
Florian Westphal
5
-9
/
+13
[next]