summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-07-14sctp: avoid identifying address family many times for a chunkMarcelo Ricardo Leitner
2016-07-14sctp: allow GSO frags to access the chunk tooMarcelo Ricardo Leitner
2016-07-14sctp: reorder sctp_ulpevent and shrink msg_flagsMarcelo Ricardo Leitner
2016-07-14sctp: allow others to use sctp_input_cbMarcelo Ricardo Leitner
2016-07-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn
2016-07-13Bluetooth: Increment management interface revisionJohan Hedberg
2016-07-13Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc
2016-07-12devlink: add hardware messages tracing facilityJiri Pirko
2016-07-12net: dsa: Fix non static symbol warningWei Yongjun
2016-07-12rxrpc: Fix error handling in af_rxrpc_init()Wei Yongjun
2016-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-07-12netfilter: conntrack: skip clash resolution if nat is in placePablo Neira Ayuso
2016-07-12netfilter: conntrack: protect early_drop by rcu read lockLiping Zhang
2016-07-12ipv4: af_inet: make it explicitly non-modularPaul Gortmaker
2016-07-12tipc: reset all unicast links when broadcast send link failsJon Paul Maloy
2016-07-12tipc: ensure correct broadcast send buffer release when peer is lostJon Paul Maloy
2016-07-12tipc: extend broadcast link initialization criteriaJon Paul Maloy
2016-07-11sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh
2016-07-11ipv4: reject RTNH_F_DEAD and RTNH_F_LINKDOWN from user spaceJulian Anastasov
2016-07-11tcp: make challenge acks less predictableEric Dumazet
2016-07-11tunnels: correct conditional build of MPLS and IPv6Simon Horman
2016-07-11sctp: implement prsctp PRIO policyXin Long
2016-07-11sctp: implement prsctp RTX policyXin Long
2016-07-11sctp: implement prsctp TTL policyXin Long
2016-07-11sctp: add SCTP_PR_ASSOC_STATUS on sctp sockoptXin Long
2016-07-11sctp: add SCTP_DEFAULT_PRINFO into sctp sockoptXin Long
2016-07-11sctp: add SCTP_PR_SUPPORTED on sctp sockoptXin Long
2016-07-11udp: prevent bugcheck if filter truncates packet too muchMichal Kubeček
2016-07-11Merge tag 'batadv-net-for-davem-20160708' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2016-07-11netfilter: nf_conntrack_h323: fix off-by-one in DecodeQ931Toby DiPasquale
2016-07-11Merge tag 'ipvs-for-v4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso
2016-07-11netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso
2016-07-11netfilter: nft_ct: make byte/packet expr more friendlyLiping Zhang
2016-07-11netfilter: physdev: physdev-is-out should not work with OUTPUT chainHangbin Liu
2016-07-11netfilter: nat: convert nat bysrc hash to rhashtableFlorian Westphal
2016-07-11Merge tag 'ipvs-fixes2-for-v4.7' of https://git.kernel.org/pub/scm/linux/kern...Pablo Neira Ayuso
2016-07-11netfilter: move nat hlist_head to nf_connFlorian Westphal
2016-07-11netfilter: conntrack: simplify early_dropFlorian Westphal
2016-07-11netfilter: nf_ct_helper: unlink helper again when hash resize happenLiping Zhang
2016-07-11netfilter: cttimeout: unlink timeout obj again when hash resize happenLiping Zhang
2016-07-11netfilter: conntrack: fix race between nf_conntrack proc read and hash resizeLiping Zhang
2016-07-11NFC: digital: Fix RTOX supervisor PDU handlingThierry Escande
2016-07-11NFC: digital: Add support for NFC DEP Response Waiting TimeThierry Escande
2016-07-11NFC: digital: Free supervisor PDUsThierry Escande
2016-07-10NFC: digital: Rework ACK PDU handling in initiator modeThierry Escande
2016-07-10NFC: digital: Fix ACK & NACK PDUs handling in target modeThierry Escande
2016-07-10NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDUThierry Escande
2016-07-10NFC: digital: Remove useless call to skb_reserve()Thierry Escande