summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-03-04rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointersDavid Howells1-4/+7
2016-03-04rxrpc: Adjust some whitespace and commentsDavid Howells7-29/+22
2016-03-04rxrpc: Be more selective about the types of received packets we acceptDavid Howells1-1/+2
2016-03-04rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtuDavid Howells1-1/+1
2016-03-04rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIXDavid Howells1-1/+1
2016-03-04rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells17-381/+431
2016-03-04rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells10-101/+101
2016-03-04rxrpc: Convert call flag and event numbers into enumsDavid Howells3-47/+65
2016-03-04rxrpc: Fix a case where a call event bit is being used as a flag bitDavid Howells1-1/+1
2016-03-04net: sched: use pfifo_fast for non real queuesEric Dumazet3-2/+4
2016-03-04net: ipv6: Fix refcnt on host routesDavid Ahern1-5/+3
2016-03-04net: mellanox: add DEVLINK dependenciesArnd Bergmann1-0/+9
2016-03-04ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal1-1/+5
2016-03-04tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan1-14/+19
2016-03-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller10-62/+753
2016-03-03mld, igmp: Fix reserved tailroom calculationBenjamin Poirier2-4/+2
2016-03-02net/ipv4: remove left over dead codeEric Engestrom1-7/+0
2016-03-02net/rtnetlink: remove dead codeEric Engestrom1-9/+0
2016-03-02RDS: IB: Support Fastreg MR (FRMR) memory registration modeAvinash Repaka6-5/+422
2016-03-02RDS: IB: allocate extra space on queues for FRMR supportsantosh.shilimkar@oracle.com2-4/+16
2016-03-02RDS: IB: add Fastreg MR (FRMR) detection supportsantosh.shilimkar@oracle.com3-0/+15
2016-03-02RDS: IB: add mr reused statssantosh.shilimkar@oracle.com3-1/+10
2016-03-02RDS: IB: handle the RDMA CM time wait eventsantosh.shilimkar@oracle.com1-0/+8
2016-03-02RDS: IB: add connection info to ibmrsantosh.shilimkar@oracle.com1-8/+9
2016-03-02RDS: IB: move FMR code to its own filesantosh.shilimkar@oracle.com3-106/+134
2016-03-02RDS: IB: create struct rds_ib_fmrsantosh.shilimkar@oracle.com3-13/+29
2016-03-02RDS: IB: Re-organise ibmr codesantosh.shilimkar@oracle.com6-347/+422
2016-03-02RDS: IB: Remove the RDS_IB_SEND_OP dependencysantosh.shilimkar@oracle.com3-20/+29
2016-03-02RDS: Add support for SO_TIMESTAMP for incoming messagessantosh.shilimkar@oracle.com3-2/+45
2016-03-02RDS: Drop stale iWARP RDMA transportsantosh.shilimkar@oracle.com13-4611/+6
2016-03-02netfilter: nft_masq: support port rangePablo Neira Ayuso3-13/+52
2016-03-02netfilter: bridge: register hooks only when bridge interface is addedFlorian Westphal1-3/+65
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal15-206/+357
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal14-76/+92
2016-03-02netfilter: nf_defrag_ipv4: Drop redundant ip_send_check()Joe Stringer1-3/+1
2016-03-02Merge tag 'ipvs-for-v4.6' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2-17/+8
2016-03-02batman-adv: clarify CFG80211 dependencyArnd Bergmann1-1/+1
2016-03-02Merge tag 'mac80211-for-davem-2016-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller3-11/+30
2016-03-02Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller22-36/+2173
2016-03-02net: pktgen: use reset to set mac headerZhang Shengju1-2/+2
2016-03-02sch_mqprio: Fix build with older gcc.David S. Miller1-1/+1
2016-03-02net: remove skb_sender_cpu_clear()WANG Cong8-14/+0
2016-03-02sctp: sctp_remaddr_seq_show use the wrong variable to dump transport infoXin Long1-5/+5
2016-03-02sctp: lack the check for ports in sctp_v6_cmp_addrXin Long1-0/+2
2016-03-02net: ipv6/l3mdev: Move host route on saved address if necessaryDavid Ahern1-0/+26
2016-03-02net: sctp: Convert log timestamps to be y2038 safeDeepa Dinamani1-5/+5
2016-03-02net: ipv4: tcp_probe: Replace timespec with timespec64Deepa Dinamani1-4/+4
2016-03-02net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani3-12/+33
2016-03-02Support to encoding decoding skb prio on IFE actionJamal Hadi Salim3-0/+82
2016-03-02Support to encoding decoding skb mark on IFE actionJamal Hadi Salim3-0/+85