Age | Commit message (Expand) | Author | Files | Lines |
2017-07-05 | net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+2 |
2017-07-05 | net, netrom: convert nr_node.refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-07-05 | net, netrom: convert nr_neigh.refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+4 |
2017-07-05 | net, ipx: convert ipx_route.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-07-05 | net, ipx: convert ipx_interface.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+4 |
2017-07-05 | net, lapb: convert lapb_cb.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+2 |
2017-07-05 | net, sched: convert Qdisc.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+2 |
2017-07-05 | net, calipso: convert calipso_doi.refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
2017-07-05 | net, atm: convert atm_dev.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+4 |
2017-07-05 | net, decnet: convert dn_fib_info.fib_clntref from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+3 |
2017-07-05 | net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-07-05 | net, llc: convert llc_sap.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-07-04 | net, ipv4: convert fib_info.fib_clntref from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+4 |
2017-07-04 | net, ipv4: convert cipso_v4_doi.refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+2 |
2017-07-04 | net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-07-04 | net, ipv6: convert ifmcaddr6.mca_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-07-04 | net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2 | -4/+4 |
2017-07-04 | net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2 | -5/+6 |
2017-07-04 | net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+4 |
2017-07-03 | Merge tag 'wireless-drivers-next-for-davem-2017-07-03' of https://git.kernel.... | David S. Miller | 2 | -6/+38 |
2017-07-03 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-07-03 | net: make sk_ehashfn() static | Eric Dumazet | 1 | -1/+0 |
2017-07-03 | vxlan: fix hlist corruption | Jiri Benc | 1 | -1/+9 |
2017-07-03 | bpf: simplify narrower ctx access | Daniel Borkmann | 2 | -2/+54 |
2017-07-03 | bpf: add bpf_skb_adjust_room helper | Daniel Borkmann | 1 | -1/+15 |
2017-07-03 | bpf, net: add skb_mac_header_len helper | Daniel Borkmann | 1 | -0/+5 |
2017-07-03 | net: phy: Add phy loopback support in net phy framework | Lin Yun Sheng | 1 | -0/+5 |
2017-07-03 | net: cdc_ncm: Reduce memory use when kernel memory low | Jim Baxter | 1 | -0/+3 |
2017-07-03 | qed: iWARP CM add error handling | Kalderon, Michal | 1 | -0/+9 |
2017-07-03 | qed: iWARP implement disconnect flows | Kalderon, Michal | 1 | -0/+2 |
2017-07-03 | qed: iWARP CM add active side connect | Kalderon, Michal | 1 | -0/+26 |
2017-07-03 | qed: iWARP CM add passive side connect | Kalderon, Michal | 2 | -1/+27 |
2017-07-03 | qed: iWARP CM add listener functions and initial SYN processing | Kalderon, Michal | 1 | -0/+52 |
2017-07-03 | qed: Add iWARP support in ll2 connections | Kalderon, Michal | 1 | -0/+1 |
2017-07-03 | qed: Rename some ll2 related defines | Kalderon, Michal | 1 | -1/+1 |
2017-07-03 | qed: Implement iWARP initialization, teardown and qp operations | Kalderon, Michal | 2 | -0/+54 |
2017-07-03 | qed: Introduce iWARP personality | Kalderon, Michal | 1 | -1/+1 |
2017-07-02 | bpf: Adds support for setting sndcwnd clamp | Lawrence Brakmo | 1 | -0/+1 |
2017-07-02 | bpf: Adds support for setting initial cwnd | Lawrence Brakmo | 1 | -0/+2 |
2017-07-02 | bpf: Add support for changing congestion control | Lawrence Brakmo | 2 | -1/+11 |
2017-07-02 | bpf: Add TCP connection BPF callbacks | Lawrence Brakmo | 1 | -0/+11 |
2017-07-02 | bpf: Add setsockopt helper function to bpf | Lawrence Brakmo | 1 | -1/+13 |
2017-07-02 | bpf: Support for setting initial receive window | Lawrence Brakmo | 2 | -0/+14 |
2017-07-02 | bpf: Support for per connection SYN/SYN-ACK RTOs | Lawrence Brakmo | 2 | -0/+14 |
2017-07-02 | bpf: BPF support for sock_ops | Lawrence Brakmo | 5 | -0/+94 |
2017-07-02 | sctp: Add peeloff-flags socket option | Neil Horman | 1 | -0/+6 |
2017-07-02 | Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2 | -32/+1 |
2017-07-02 | Merge tag 'mlx5-fixes-2017-06-28' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 1 | -0/+1 |
2017-07-01 | sctp: remove the typedef sctp_init_chunk_t | Xin Long | 3 | -7/+7 |
2017-07-01 | sctp: remove the typedef sctp_inithdr_t | Xin Long | 1 | -3/+3 |