summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-063-17/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-221-0/+10
|\
| * netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-191-0/+10
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-03-161-0/+1
|\ \
| * | xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang2015-02-121-0/+1
* | | vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev2015-03-131-0/+1
| |/ |/|
* | netfilter: nf_tables: fix userdata length overflowPatrick McHardy2015-03-041-3/+19
* | caif: fix a signedness bug in cfpkt_iterate()Dan Carpenter2015-02-201-1/+1
* | 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
OpenPOWER on IntegriCloud