summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* arp: correct return value of arp_rcvZhang Shengju2016-03-071-15/+20
* netlabel: do not initialise statics to NULLWei Tang2016-03-071-2/+2
* netlink: do not initialise statics to 0 or NULLWei Tang2016-03-071-3/+3
* tipc: remove pre-allocated message header in link structJon Paul Maloy2016-03-065-77/+45
* tipc: make sure required IPv6 addresses are scopedRichard Alpe2016-03-061-0/+5
* tipc: safely copy UDP netlink data from userRichard Alpe2016-03-061-11/+13
* tipc: don't check link reset on non existing linkRichard Alpe2016-03-061-1/+1
* tipc: add net device to skb before UDP xmitRichard Alpe2016-03-061-0/+2
* act_ife: fix a typo in kmemdup() parametersWANG Cong2016-03-061-2/+2
* wireless: use reset to set mac headerZhang Shengju2016-03-041-1/+1
* mac80211: use reset to set header pointerZhang Shengju2016-03-044-9/+9
* rxrpc: Don't try to map ICMP to error as the lower layer already did thatDavid Howells2016-03-041-10/+0
* rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() useDavid Howells2016-03-041-3/+5
* rxrpc: rxkad: Casts are needed when comparing be32 valuesDavid Howells2016-03-041-1/+1
* rxrpc: rxkad: The version number in the response should be net byte orderDavid Howells2016-03-041-8/+9
* rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointersDavid Howells2016-03-041-4/+7
* rxrpc: Adjust some whitespace and commentsDavid Howells2016-03-047-29/+22
* rxrpc: Be more selective about the types of received packets we acceptDavid Howells2016-03-041-1/+2
* rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtuDavid Howells2016-03-041-1/+1
* rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIXDavid Howells2016-03-041-1/+1
* rxrpc: Keep the skb private record of the Rx header in host byte orderDavid Howells2016-03-0417-381/+431
* rxrpc: Rename call events to begin RXRPC_CALL_EV_David Howells2016-03-0410-101/+101
* rxrpc: Convert call flag and event numbers into enumsDavid Howells2016-03-043-47/+65
* rxrpc: Fix a case where a call event bit is being used as a flag bitDavid Howells2016-03-041-1/+1
* net: sched: use pfifo_fast for non real queuesEric Dumazet2016-03-033-2/+4
* net: ipv6: Fix refcnt on host routesDavid Ahern2016-03-031-5/+3
* net: mellanox: add DEVLINK dependenciesArnd Bergmann2016-03-031-0/+9
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-03-0310-62/+753
|\
| * 6lowpan: iphc: fix invalid case handlingAlexander Aring2016-02-261-2/+2
| * 6lowpan: fix error checking codeAndrzej Hajda2016-02-241-1/+1
| * 6lowpan: iphc: fix stateful multicast compressionAlexander Aring2016-02-241-1/+2
| * ieee802154: 6lowpan: fix return of netdev notifierAlexander Aring2016-02-231-4/+3
| * 6lowpan: iphc: add support for stateful compressionAlexander Aring2016-02-233-58/+642
| * mac802154: Fixes kernel oops when unloading a radio driverKoen Zandberg2016-02-231-1/+1
| * Bluetooth: hci_core: cancel power off delayed work properlyWei-Ning Huang2016-02-231-0/+1
| * Bluetooth: Use managed version of led_trigger_register in LED triggerHeiner Kallweit2016-02-233-11/+1
| * Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit2016-02-235-0/+116
* | net/ipv4: remove left over dead codeEric Engestrom2016-03-021-7/+0
* | net/rtnetlink: remove dead codeEric Engestrom2016-03-021-9/+0
* | RDS: IB: Support Fastreg MR (FRMR) memory registration modeAvinash Repaka2016-03-026-5/+422
* | RDS: IB: allocate extra space on queues for FRMR supportsantosh.shilimkar@oracle.com2016-03-022-4/+16
* | RDS: IB: add Fastreg MR (FRMR) detection supportsantosh.shilimkar@oracle.com2016-03-023-0/+15
* | RDS: IB: add mr reused statssantosh.shilimkar@oracle.com2016-03-023-1/+10
* | RDS: IB: handle the RDMA CM time wait eventsantosh.shilimkar@oracle.com2016-03-021-0/+8
* | RDS: IB: add connection info to ibmrsantosh.shilimkar@oracle.com2016-03-021-8/+9
* | RDS: IB: move FMR code to its own filesantosh.shilimkar@oracle.com2016-03-023-106/+134
* | RDS: IB: create struct rds_ib_fmrsantosh.shilimkar@oracle.com2016-03-023-13/+29
* | RDS: IB: Re-organise ibmr codesantosh.shilimkar@oracle.com2016-03-026-347/+422
* | RDS: IB: Remove the RDS_IB_SEND_OP dependencysantosh.shilimkar@oracle.com2016-03-023-20/+29
* | RDS: Add support for SO_TIMESTAMP for incoming messagessantosh.shilimkar@oracle.com2016-03-023-2/+45
OpenPOWER on IntegriCloud