| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: remove the typedef sctp_init_chunk_t | Xin Long | 2017-07-01 | 7 | -27/+27 |
* | sctp: remove the typedef sctp_inithdr_t | Xin Long | 2017-07-01 | 4 | -13/+13 |
* | sctp: remove the typedef sctp_data_chunk_t | Xin Long | 2017-07-01 | 6 | -10/+10 |
* | sctp: remove the typedef sctp_datahdr_t | Xin Long | 2017-07-01 | 2 | -8/+11 |
* | sctp: remove the typedef sctp_param_action_t | Xin Long | 2017-07-01 | 1 | -2/+2 |
* | sctp: remove the typedef sctp_param_t | Xin Long | 2017-07-01 | 3 | -11/+9 |
* | sctp: remove the typedef sctp_paramhdr_t | Xin Long | 2017-07-01 | 10 | -71/+79 |
* | sctp: remove the typedef sctp_cid_action_t | Xin Long | 2017-07-01 | 1 | -2/+2 |
* | sctp: remove the typedef sctp_cid_t | Xin Long | 2017-07-01 | 7 | -14/+16 |
* | sctp: remove the typedef sctp_chunkhdr_t | Xin Long | 2017-07-01 | 12 | -103/+102 |
* | sctp: remove the typedef sctp_sctphdr_t | Xin Long | 2017-07-01 | 7 | -25/+24 |
* | Merge branch 'nfp-introduce-flower-offload-capabilities' | David S. Miller | 2017-07-01 | 15 | -29/+1816 |
|\ |
|
| * | nfp: add control message passing capabilities to flower offloads | Pieter Jansen van Vuuren | 2017-07-01 | 3 | -1/+70 |
| * | nfp: add a stats handler for flower offloads | Pieter Jansen van Vuuren | 2017-07-01 | 5 | -8/+171 |
| * | nfp: add metadata to each flow offload | Pieter Jansen van Vuuren | 2017-07-01 | 5 | -13/+412 |
| * | nfp: add basic action capabilities to flower offloads | Pieter Jansen van Vuuren | 2017-07-01 | 5 | -0/+271 |
| * | nfp: extend flower matching capabilities | Pieter Jansen van Vuuren | 2017-07-01 | 6 | -1/+316 |
| * | nfp: extend flower add flow offload | Pieter Jansen van Vuuren | 2017-07-01 | 3 | -1/+325 |
| * | nfp: provide infrastructure for offloading flower based TC filters | Pieter Jansen van Vuuren | 2017-07-01 | 8 | -14/+220 |
| * | nfp: add phys_switch_id support | Simon Horman | 2017-07-01 | 4 | -0/+36 |
| * | net: switchdev: add SET_SWITCHDEV_OPS helper | Simon Horman | 2017-07-01 | 1 | -0/+4 |
|/ |
|
* | sctp: remove an unnecessary check from sctp_endpoint_destroy | Xin Long | 2017-07-01 | 1 | -8/+6 |
* | Merge branch 'net-refcount_t' | David S. Miller | 2017-07-01 | 105 | -322/+321 |
|\ |
|
| * | net: convert packet_fanout.sk_ref from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -5/+7 |
| * | net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 3 | -8/+8 |
| * | net: convert net.passive from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 3 | -4/+5 |
| * | net: convert inet_frag_queue.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 3 | -10/+10 |
| * | net: convert fib_rule.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -5/+6 |
| * | net: convert unix_address.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -5/+6 |
| * | net: convert netpoll_info.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -4/+5 |
| * | net: convert in_device.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -6/+7 |
| * | net: convert ip_mc_list.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -6/+7 |
| * | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 35 | -69/+70 |
| * | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 37 | -85/+74 |
| * | net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -7/+7 |
| * | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 21 | -67/+67 |
| * | net: convert nf_bridge_info.use from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 3 | -6/+6 |
| * | net: convert neigh_params.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -7/+7 |
| * | net: convert neighbour.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 6 | -17/+18 |
| * | net: convert inet_peer.refcnt from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 2 | -11/+11 |
|/ |
|
* | Merge branch 'PTP-support-for-macb-driver' | David S. Miller | 2017-06-30 | 6 | -41/+854 |
|\ |
|
| * | net: macb: Add hardware PTP support | Rafal Ozieblo | 2017-06-30 | 4 | -6/+732 |
| * | net: macb: macb.c changed to macb_main.c | Rafal Ozieblo | 2017-06-30 | 2 | -0/+1 |
| * | net: macb: Add tsu_clk to device tree | Rafal Ozieblo | 2017-06-30 | 1 | -0/+1 |
| * | net: macb: Add support for PTP timestamps in DMA descriptors | Rafal Ozieblo | 2017-06-30 | 3 | -37/+122 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-30 | 200 | -881/+1392 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-06-29 | 42 | -84/+350 |
| |\ |
|
| | * | sfc: fix attempt to translate invalid filter ID | Edward Cree | 2017-06-29 | 1 | -3/+4 |
| | * | net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() | Michal Kubeček | 2017-06-29 | 1 | -7/+17 |
| | * | bpf: prevent leaking pointer via xadd on unpriviledged | Daniel Borkmann | 2017-06-29 | 2 | -0/+71 |