Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
fb74c27735f0a34e76dbf1972084e984ad2ea145
/
net
fb74c27
net: ipv4: add second dif to udp socket lookups
by David Ahern
· 7 years ago
fde6af4
Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
by David S. Miller
· 7 years ago
de4784c
net: sched: get rid of struct tc_to_netdev
by Jiri Pirko
· 7 years ago
d7c1c8d
net: sched: move prio into cls_common
by Jiri Pirko
· 7 years ago
5fd9fc4
net: sched: push cls related args into cls_common structure
by Jiri Pirko
· 7 years ago
3fbae38
dsa: push cls_matchall setup_tc processing into a separate function
by Jiri Pirko
· 7 years ago
3e0e826
net: sched: make egress_dev flag part of flower offload struct
by Jiri Pirko
· 7 years ago
ade9b65
net: sched: rename TC_SETUP_MATCHALL to TC_SETUP_CLSMATCHALL
by Jiri Pirko
· 7 years ago
2572ac5
net: sched: make type an argument for ndo_setup_tc
by Jiri Pirko
· 7 years ago
bfc6f82
sctp: remove the typedef sctp_subtype_t
by Xin Long
· 7 years ago
61f0eb0
sctp: remove the typedef sctp_event_t
by Xin Long
· 7 years ago
19cd159
sctp: remove the typedef sctp_event_timeout_t
by Xin Long
· 7 years ago
5210601
sctp: remove the typedef sctp_state_t
by Xin Long
· 7 years ago
4785c7a
sctp: remove the typedef sctp_ierror_t
by Xin Long
· 7 years ago
86b36f2
sctp: remove the typedef sctp_xmit_t
by Xin Long
· 7 years ago
0ceaeeb
sctp: remove the typedef sctp_transport_cmd_t
by Xin Long
· 7 years ago
1c66201
sctp: remove the typedef sctp_scope_t
by Xin Long
· 7 years ago
701ef3e
sctp: remove the typedef sctp_scope_policy_t
by Xin Long
· 7 years ago
125c298
sctp: remove the typedef sctp_retransmit_reason_t
by Xin Long
· 7 years ago
233e793
sctp: remove the typedef sctp_lower_cwnd_t
by Xin Long
· 7 years ago
5f6b4e14
net: dsa: User per-cpu 64-bit statistics
by Florian Fainelli
· 7 years ago
f1722a1
tcp: consolidate congestion control undo functions
by Yuchung Cheng
· 7 years ago
4faf783
tcp: fix cwnd undo in Reno and HTCP congestion controls
by Yuchung Cheng
· 7 years ago
3bdefdf
udp: no need to preserve skb->dst
by Paolo Abeni
· 7 years ago
61a1030
Revert "ipv4: keep skb->dst around in presence of IP options"
by Paolo Abeni
· 7 years ago
91ed1e6
ip/options: explicitly provide net ns to __ip_options_echo()
by Paolo Abeni
· 7 years ago
a1e155e
IP: do not modify ingress packet IP option in ip_options_echo()
by Paolo Abeni
· 7 years ago
9b0d444
net: sched: avoid atomic swap in tcf_exts_change
by Jiri Pirko
· 7 years ago
705c709
net: sched: cls_u32: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
8c98d57
net: sched: cls_route: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
c09fc2e
net: sched: cls_flow: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
8cc6251
net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
6839da3
net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
ff1f8ca
net: sched: cls_basic: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
a74cb36
net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
94611bf
net: sched: cls_fw: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
4550752
net: sched: cls_flower: no need to call tcf_exts_change for newly allocated struct
by Jiri Pirko
· 7 years ago
1e5003a
net: sched: cls_fw: rename fw_change_attrs function
by Jiri Pirko
· 7 years ago
6a725c4
net: sched: cls_bpf: rename cls_bpf_modify_existing function
by Jiri Pirko
· 7 years ago
978dfd8
net: sched: use tcf_exts_has_actions instead of exts->nr_actions
by Jiri Pirko
· 7 years ago
ec1a9cc
net: sched: remove check for number of actions in tcf_exts_exec
by Jiri Pirko
· 7 years ago
6fc6d06
net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_available
by Jiri Pirko
· 7 years ago
3bcc0ce
net: sched: change names of action number helpers to be aligned with the rest
by Jiri Pirko
· 7 years ago
4ebc1e3
net: sched: remove unneeded tcf_em_tree_change
by Jiri Pirko
· 7 years ago
f7ebdff
net: sched: sch_atm: use Qdisc_class_common structure
by Jiri Pirko
· 7 years ago
c63716a
Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
f214f91
tcp: enable MSG_ZEROCOPY
by Willem de Bruijn
· 7 years ago
a91dbff
sock: ulimit on MSG_ZEROCOPY pages
by Willem de Bruijn
· 7 years ago
4ab6c99
sock: MSG_ZEROCOPY notification coalescing
by Willem de Bruijn
· 7 years ago
1f8b977
sock: enable MSG_ZEROCOPY
by Willem de Bruijn
· 7 years ago
76851d1
sock: add SOCK_ZEROCOPY sockopt
by Willem de Bruijn
· 7 years ago
5226779
sock: add MSG_ZEROCOPY
by Willem de Bruijn
· 7 years ago
3ece782
sock: skb_copy_ubufs support for compound pages
by Willem de Bruijn
· 7 years ago
98ba0bd
sock: allocate skbs from optmem
by Willem de Bruijn
· 7 years ago
a460aa8
ipv6: fib: Add helpers to hold / drop a reference on rt6_info
by Ido Schimmel
· 7 years ago
fc882fc
ipv6: Regenerate host route according to node pointer upon interface up
by Ido Schimmel
· 7 years ago
9217d8c
ipv6: Regenerate host route according to node pointer upon loopback up
by Ido Schimmel
· 7 years ago
7483cea
ipv6: fib: Unlink replaced routes from their nodes
by Ido Schimmel
· 7 years ago
c5b1241
ipv6: fib: Don't assume only nodes hold a reference on routes
by Ido Schimmel
· 7 years ago
61e4d01
ipv6: fib: Add offload indication to routes
by Ido Schimmel
· 7 years ago
e1ee0a5
ipv6: fib: Dump tables during registration to FIB chain
by Ido Schimmel
· 7 years ago
dcb18f7
ipv6: fib_rules: Dump rules during registration to FIB chain
by Ido Schimmel
· 7 years ago
df77fe4
ipv6: fib: Add in-kernel notifications for route add / delete
by Ido Schimmel
· 7 years ago
16ab6d7
ipv6: fib: Add FIB notifiers callbacks
by Ido Schimmel
· 7 years ago
e3ea973
ipv6: fib_rules: Check if rule is a default rule
by Ido Schimmel
· 7 years ago
1b2a444
net: fib_rules: Implement notification logic in core
by Ido Schimmel
· 7 years ago
04b1d4e
net: core: Make the FIB notification chain generic
by Ido Schimmel
· 7 years ago
bb96dec
sctp: remove the typedef sctp_auth_chunk_t
by Xin Long
· 7 years ago
96f7ef4
sctp: remove the typedef sctp_authhdr_t
by Xin Long
· 7 years ago
68d7546
sctp: remove the typedef sctp_addip_chunk_t
by Xin Long
· 7 years ago
65205cc
sctp: remove the typedef sctp_addiphdr_t
by Xin Long
· 7 years ago
8b32f23
sctp: remove the typedef sctp_addip_param_t
by Xin Long
· 7 years ago
65f7710
sctp: remove the typedef sctp_cwrhdr_t
by Xin Long
· 7 years ago
b515fd2
sctp: remove the typedef sctp_ecne_chunk_t
by Xin Long
· 7 years ago
1fb6d83
sctp: remove the typedef sctp_ecnehdr_t
by Xin Long
· 7 years ago
2a49321
sctp: remove the typedef sctp_error_t
by Xin Long
· 7 years ago
87caeba
sctp: remove the typedef sctp_operr_chunk_t
by Xin Long
· 7 years ago
d8238d9
sctp: remove the typedef sctp_errhdr_t
by Xin Long
· 7 years ago
ac23e68
sctp: fix the name of struct sctp_shutdown_chunk_t
by Xin Long
· 7 years ago
e61e405
sctp: remove the typedef sctp_shutdownhdr_t
by Xin Long
· 7 years ago
d06c358
tcp: remove extra POLL_OUT added for finished active connect()
by Neal Cardwell
· 7 years ago
840df16
rds: reduce memory footprint for RDS when transport is RDMA
by Sowmini Varadhan
· 7 years ago
93b1b31
ipv4: Introduce ipip_offload_init helper function.
by Tonghao Zhang
· 7 years ago
eb48d68
bpf: fix the printing of ifindex
by William Tu
· 7 years ago
f6c00a3
Merge tag 'batadv-next-for-davem-20170802' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 7 years ago
e9e6c23
X25: constify null_x25_address
by Julia Lawall
· 7 years ago
475abbf
ipv4: fib: Set offload indication according to nexthop flags
by Ido Schimmel
· 7 years ago
f613ed6
net: dsa: Add support for 64-bit statistics
by Florian Fainelli
· 7 years ago
b2f9d43
flow_dissector: remove unused functions
by WANG Cong
· 7 years ago
5357f0b
tcp: tcp_data_queue() cleanup
by Eric Dumazet
· 7 years ago
08f5006
net: dsa: rename switch EEE ops
by Vivien Didelot
· 7 years ago
46587e4
net: dsa: remove PHY device argument from .set_eee
by Vivien Didelot
· 7 years ago
c48f7eb
net: dsa: call phy_init_eee in DSA layer
by Vivien Didelot
· 7 years ago
7b9cc73
net: dsa: PHY device is mandatory for EEE
by Vivien Didelot
· 7 years ago
c613c20
net: add skb_frag_foreach_page and use with kmap_atomic
by Willem de Bruijn
· 7 years ago
bbb0302
strparser: Generalize strparser
by Tom Herbert
· 7 years ago
20bf50d
skbuff: Function to send an skbuf on a socket
by Tom Herbert
· 7 years ago
306b13e
proto_ops: Add locked held versions of sendmsg and sendpage
by Tom Herbert
· 7 years ago
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
e6eeb28
Revert "l2tp: constify inet6_protocol structures"
by Julia Lawall
· 7 years ago
Next »