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-08-06
udp: no need to preserve skb->dst
Paolo Abeni
1
-8
/
+5
2017-08-06
Revert "ipv4: keep skb->dst around in presence of IP options"
Paolo Abeni
1
-8
/
+1
2017-08-06
ip/options: explicitly provide net ns to __ip_options_echo()
Paolo Abeni
6
-11
/
+12
2017-08-06
IP: do not modify ingress packet IP option in ip_options_echo()
Paolo Abeni
1
-3
/
+0
2017-08-04
net: sched: avoid atomic swap in tcf_exts_change
Jiri Pirko
3
-13
/
+7
2017-08-04
net: sched: cls_u32: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-14
/
+4
2017-08-04
net: sched: cls_route: no need to call tcf_exts_change for newly allocated st...
Jiri Pirko
1
-21
/
+9
2017-08-04
net: sched: cls_flow: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-25
/
+16
2017-08-04
net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...
Jiri Pirko
1
-12
/
+2
2017-08-04
net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-19
/
+6
2017-08-04
net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...
Jiri Pirko
1
-11
/
+2
2017-08-04
net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated...
Jiri Pirko
1
-12
/
+2
2017-08-04
net: sched: cls_fw: no need to call tcf_exts_change for newly allocated struct
Jiri Pirko
1
-16
/
+5
2017-08-04
net: sched: cls_flower: no need to call tcf_exts_change for newly allocated s...
Jiri Pirko
1
-11
/
+2
2017-08-04
net: sched: cls_fw: rename fw_change_attrs function
Jiri Pirko
1
-6
/
+5
2017-08-04
net: sched: cls_bpf: rename cls_bpf_modify_existing function
Jiri Pirko
1
-6
/
+4
2017-08-04
net: sched: use tcf_exts_has_actions instead of exts->nr_actions
Jiri Pirko
1
-1
/
+1
2017-08-04
net: sched: remove check for number of actions in tcf_exts_exec
Jiri Pirko
1
-1
/
+2
2017-08-04
net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_...
Jiri Pirko
3
-3
/
+3
2017-08-04
net: sched: change names of action number helpers to be aligned with the rest
Jiri Pirko
2
-2
/
+2
2017-08-04
net: sched: remove unneeded tcf_em_tree_change
Jiri Pirko
3
-13
/
+7
2017-08-04
net: sched: sch_atm: use Qdisc_class_common structure
Jiri Pirko
1
-6
/
+6
2017-08-03
tcp: enable MSG_ZEROCOPY
Willem de Bruijn
1
-1
/
+31
2017-08-03
sock: ulimit on MSG_ZEROCOPY pages
Willem de Bruijn
1
-0
/
+48
2017-08-03
sock: MSG_ZEROCOPY notification coalescing
Willem de Bruijn
1
-7
/
+92
2017-08-03
sock: enable MSG_ZEROCOPY
Willem de Bruijn
2
-31
/
+21
2017-08-03
sock: add SOCK_ZEROCOPY sockopt
Willem de Bruijn
2
-0
/
+21
2017-08-03
sock: add MSG_ZEROCOPY
Willem de Bruijn
3
-21
/
+169
2017-08-03
sock: skb_copy_ubufs support for compound pages
Willem de Bruijn
1
-15
/
+38
2017-08-03
sock: allocate skbs from optmem
Willem de Bruijn
1
-0
/
+27
2017-08-03
ipv6: fib: Add helpers to hold / drop a reference on rt6_info
Ido Schimmel
1
-10
/
+2
2017-08-03
ipv6: Regenerate host route according to node pointer upon interface up
Ido Schimmel
1
-2
/
+2
2017-08-03
ipv6: Regenerate host route according to node pointer upon loopback up
Ido Schimmel
1
-1
/
+1
2017-08-03
ipv6: fib: Unlink replaced routes from their nodes
Ido Schimmel
1
-0
/
+2
2017-08-03
ipv6: fib: Don't assume only nodes hold a reference on routes
Ido Schimmel
1
-2
/
+0
2017-08-03
ipv6: fib: Add offload indication to routes
Ido Schimmel
1
-0
/
+8
2017-08-03
ipv6: fib: Dump tables during registration to FIB chain
Ido Schimmel
2
-2
/
+100
2017-08-03
ipv6: fib_rules: Dump rules during registration to FIB chain
Ido Schimmel
2
-2
/
+13
2017-08-03
ipv6: fib: Add in-kernel notifications for route add / delete
Ido Schimmel
1
-0
/
+17
2017-08-03
ipv6: fib: Add FIB notifiers callbacks
Ido Schimmel
3
-1
/
+63
2017-08-03
ipv6: fib_rules: Check if rule is a default rule
Ido Schimmel
1
-0
/
+20
2017-08-03
net: fib_rules: Implement notification logic in core
Ido Schimmel
3
-37
/
+80
2017-08-03
net: core: Make the FIB notification chain generic
Ido Schimmel
7
-71
/
+226
2017-08-03
sctp: remove the typedef sctp_auth_chunk_t
Xin Long
2
-5
/
+6
2017-08-03
sctp: remove the typedef sctp_authhdr_t
Xin Long
1
-4
/
+4
2017-08-03
sctp: remove the typedef sctp_addip_chunk_t
Xin Long
3
-8
/
+13
2017-08-03
sctp: remove the typedef sctp_addiphdr_t
Xin Long
2
-12
/
+12
2017-08-03
sctp: remove the typedef sctp_addip_param_t
Xin Long
1
-19
/
+20
2017-08-03
sctp: remove the typedef sctp_cwrhdr_t
Xin Long
2
-5
/
+5
2017-08-03
sctp: remove the typedef sctp_ecne_chunk_t
Xin Long
1
-2
/
+2
[next]