aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-08bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann1-0/+6
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller35-82/+205
2016-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-74/+188
2016-03-07tcp: fix tcpi_segs_in after connection establishmentEric Dumazet1-1/+2
2016-03-07udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe9-74/+85
2016-03-07arp: correct return value of arp_rcvZhang Shengju1-15/+20
2016-03-07netlabel: do not initialise statics to NULLWei Tang1-2/+2
2016-03-07netlink: do not initialise statics to 0 or NULLWei Tang1-3/+3
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy5-77/+45
2016-03-06tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan1-1/+2
2016-03-06net: sched: fix act_ipt for LOG targetPhil Sutter1-0/+2
2016-03-06tipc: make sure required IPv6 addresses are scopedRichard Alpe1-0/+5
2016-03-06tipc: safely copy UDP netlink data from userRichard Alpe1-11/+13
2016-03-06tipc: don't check link reset on non existing linkRichard Alpe1-1/+1
2016-03-06tipc: add net device to skb before UDP xmitRichard Alpe1-0/+2
2016-03-06act_ife: fix a typo in kmemdup() parametersWANG Cong1-2/+2
2016-03-04wireless: use reset to set mac headerZhang Shengju1-1/+1
2016-03-04mac80211: use reset to set header pointerZhang Shengju4-9/+9
2016-03-04rxrpc: Don't try to map ICMP to error as the lower layer already did thatDavid Howells1-10/+0
2016-03-04rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useDavid Howells1-3/+5
2016-03-04rxrpc: rxkad: Casts are needed when comparing be32 valuesDavid Howells1-1/+1
2016-03-04rxrpc: rxkad: The version number in the response should be net byte orderDavid Howells1-8/+9
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-03net: sched: use pfifo_fast for non real queuesEric Dumazet3-2/+4
2016-03-03net: ipv6: Fix refcnt on host routesDavid Ahern1-5/+3
2016-03-03net: mellanox: add DEVLINK dependenciesArnd Bergmann1-0/+9
2016-03-03ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal1-1/+5
2016-03-03tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan1-14/+19
2016-03-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid 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