summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | net/bonding: Notify state change on slavesMoni Shoua2015-02-041-0/+12
* | | | | net/bonding: Move slave state changes to a helper functionMoni Shoua2015-02-041-0/+5
* | | | | Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller2015-02-042-5/+39
|\ \ \ \ \
| * | | | | mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphersJouni Malinen2015-01-271-0/+5
| * | | | | mac80111: Add GCMP and GCMP-256 ciphersJouni Malinen2015-01-271-5/+10
| * | | | | nl80211: add an attribute to allow delaying the first scheduled scan cycleLuciano Coelho2015-01-231-0/+5
| * | | | | mac80211: enable TPC through mac80211 stackLorenzo Bianconi2015-01-231-0/+7
| * | | | | mac80211: allow drivers to control software cryptoJohannes Berg2015-01-221-0/+12
* | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-02-042-5/+10
|\ \ \ \ \ \
OpenPOWER on IntegriCloud