summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: fix percpu memory leaksEric Dumazet2015-11-025-18/+35
* net: make skb_set_owner_w() more robustEric Dumazet2015-11-022-3/+23
* bridge: vlan: Use rcu_dereference instead of rtnl_dereferenceIdo Schimmel2015-11-021-1/+1
* bridge: vlan: Use correct flag name in commentIdo Schimmel2015-11-021-3/+3
* bridge: vlan: Prevent possible use-after-freeIdo Schimmel2015-11-021-0/+2
* tcp/dccp: fix ireq->pktopts raceEric Dumazet2015-11-022-17/+17
* RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com2015-11-023-86/+56
* net: rds: changing the return type from int to voidSaurabh Sengar2015-11-021-4/+2
* ipv4: use l4 hash for locally generated multipath flowsPaolo Abeni2015-11-021-1/+2
* Use 64-bit timekeepingTina Ruchandani2015-11-011-5/+6
* net: dsa: use switchdev obj for VLAN add/del opsVivien Didelot2015-11-011-20/+9
* VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi2015-11-012-22/+19
* ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa2015-11-011-4/+4
* ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa2015-11-011-37/+33
* ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa2015-11-011-3/+5
* ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa2015-11-011-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-018-14/+38
|\
| * ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-291-0/+2
| * Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa2015-10-291-5/+1
| * RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan2015-10-271-2/+9
| * openvswitch: Fix skb leak using IPv6 defragJoe Stringer2015-10-271-0/+7
| * ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer2015-10-271-0/+1
| * openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer2015-10-273-6/+16
| * fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck2015-10-271-1/+1
| * ipv6: gre: support SIT encapsulationEric Dumazet2015-10-261-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-304-16/+45
|\ \
| * | xfrm: Increment statistic counter on inner mode errorSteffen Klassert2015-10-231-1/+3
| * | xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert2015-10-231-7/+26
| * | xfrm4: Fix header checks in _decode_session4.Steffen Klassert2015-10-231-5/+10
| * | xfrm: Fix unaligned access to stats in copy_to_user_state()Sowmini Varadhan2015-10-231-1/+4
| * | xfrm: Let the flowcache handle its size by default.Steffen Klassert2015-09-292-2/+2
* | | switchdev: fix: pass correct obj size when deferring obj addScott Feldman2015-10-301-2/+17
* | | switchdev: fix: erasing too much of vlan obj when handling multiple vlan specsScott Feldman2015-10-301-2/+2
* | | Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-10-3015-81/+297
|\ \ \
| * | | NFC: nci: non-static functions can not be inlineRobert Dolca2015-10-281-8/+8
| * | | NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard2015-10-271-1/+6
| * | | NFC: NCI: move generic spi driver to a moduleVincent Cuissard2015-10-273-2/+7
| * | | NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard2015-10-271-1/+3
| * | | NFC: st21nfca: Add support for proprietary commandsChristophe Ricard2015-10-271-0/+2
| * | | NFC: st-nci: Add few code style fixesChristophe Ricard2015-10-271-1/+1
| * | | NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-277-11/+24
| * | | NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard2015-10-261-1/+55
| * | | NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard2015-10-261-0/+4
| * | | NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard2015-10-261-0/+15
| * | | NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard2015-10-261-2/+2
| * | | NFC: nci: Fix improper management of HCI return codeChristophe Ricard2015-10-261-17/+49
| * | | NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard2015-10-261-7/+13
| * | | NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca2015-10-251-0/+13
| * | | NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca2015-10-251-1/+8
| * | | NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca2015-10-251-8/+8