summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...Eyal Birger2015-03-021-3/+3
* net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger2015-03-021-7/+3
* fib_trie: Convert fib_alias to hlist from listAlexander Duyck2015-02-271-1/+1
* multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa2015-02-272-0/+2
* igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_dropMadhu Challa2015-02-271-0/+8
* udp: In udp_flow_src_port use random hash value if skb_get_hash failsTom Herbert2015-02-271-6/+15
* net: dsa: Introduce dsa_is_port_initializedGuenter Roeck2015-02-251-0/+5
* net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli2015-02-251-0/+10
* bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar2015-02-241-0/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-172-1/+8
|\
| * vxlan: Use checksum partial with remote checksum offloadTom Herbert2015-02-111-1/+3
| * net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-111-0/+5
* | memcg: cleanup static keys decrementVladimir Davydov2015-02-121-5/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-111-9/+16
|\ \ | |/ |/|
| * cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2015-02-111-9/+16
* | ipv4: Namespecify TCP PMTU mechanismFan Du2015-02-092-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-092-2/+3
|\ \
| * | ipv6: Make __ipv6_select_ident staticVlad Yasevich2015-02-091-2/+0
| * | net: ipv6: allow explicitly choosing optimistic addressesErik Kline2015-02-051-0/+3
* | | net/bonding: Fix potential bad memory access during bonding eventsMoni Shoua2015-02-091-1/+1
* | | net: rfs: add hash collision detectionEric Dumazet2015-02-081-23/+1
* | | tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell2015-02-081-0/+1
* | | tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2015-02-081-0/+32
* | | Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-02-073-7/+254
|\ \ \
| * | | NFC: nci: Move logical connection structure allocationChristophe Ricard2015-02-041-0/+1
| * | | NFC: nci: Change credits field to credits_cntChristophe Ricard2015-02-041-1/+1
| * | | NFC: nci: Support all destinations type when creating a connectionChristophe Ricard2015-02-042-9/+13
| * | | NFC: nci: Add reference to the RF logical connectionChristophe Ricard2015-02-041-0/+1
| * | | NFC: nci: Add RF NFCEE action notification supportChristophe Ricard2015-02-021-0/+8
| * | | NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard2015-02-021-0/+27
| * | | NFC: nci: Add HCI over NCI protocol supportChristophe Ricard2015-02-021-0/+93
| * | | NFC: nci: Support logical connections managementChristophe Ricard2015-02-022-0/+33
| * | | NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard2015-02-022-0/+10
| * | | NFC: nci: Add NFCEE discover supportChristophe Ricard2015-02-021-0/+4
| * | | NFC: nci: Add NCI NFCEE constantsChristophe Ricard2015-02-021-0/+48
| * | | NFC: nci: Add dynamic logical connections supportChristophe Ricard2015-02-021-7/+25
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-057-16/+19
|\ \ \ \ | | |/ / | |/| |
| * | | ipv6: fix sparse errors in ip6_make_flowlabel()Eric Dumazet2015-02-051-2/+2
| * | | flow_keys: n_proto type should be __be16Eric Dumazet2015-02-051-3/+3
| * | | ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich2015-02-031-0/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-02-021-0/+2
| |\ \ \
| | * | | netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso2015-01-191-0/+2
| * | | | ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-012-1/+2
| * | | | net: sched: fix panic in rate estimatorsEric Dumazet2015-01-311-8/+5
| * | | | tcp: stretch ACK fixes prepNeal Cardwell2015-01-281-2/+2
* | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-043-13/+10
|\ \ \ \ \
| * | | | | net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-041-2/+1
| * | | | | ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro2015-02-041-10/+8
| * | | | | ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2015-02-041-1/+1
| | |_|/ / | |/| | |
* | | | | tcp: do not pace pure ack packetsEric Dumazet2015-02-041-0/+15
OpenPOWER on IntegriCloud