summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: convert legacy nl media dump to nl compatRichard Alpe2015-02-094-24/+19
* tipc: convert legacy nl socket dump to nl compatRichard Alpe2015-02-094-89/+111
* tipc: convert legacy nl name table dump to nl compatRichard Alpe2015-02-094-190/+101
* tipc: convert legacy nl link stat reset to nl compatRichard Alpe2015-02-094-41/+27
* tipc: convert legacy nl link prop set to nl compatRichard Alpe2015-02-094-153/+48
* tipc: convert legacy nl link dump to nl compatRichard Alpe2015-02-094-79/+23
* tipc: convert legacy nl link stat to nl compatRichard Alpe2015-02-096-192/+205
* tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe2015-02-094-57/+149
* tipc: convert legacy nl bearer dump to nl compatRichard Alpe2015-02-094-34/+273
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-0913-76/+130
* net:rfs: adjust table size checkingEric Dumazet2015-02-081-1/+1
* net: rfs: add hash collision detectionEric Dumazet2015-02-083-24/+28
* gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2015-02-082-12/+12
* tipc: fix bug in socket reception functionJon Paul Maloy2015-02-081-3/+2
* rt6_probe_deferred: Do not depend on struct orderingMichael Büsch2015-02-081-1/+1
* tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell2015-02-081-5/+24
* tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2015-02-082-7/+23
* tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell2015-02-081-1/+5
* tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2015-02-083-0/+14
* openvswitch: Initialize unmasked key and uid lenPravin B Shelar2015-02-081-0/+2
* bridge: add missing bridge port check for offloadsRoopa Prabhu2015-02-071-2/+2
* rds: Make rds_message_copy_from_user() return 0 on success.Sowmini Varadhan2015-02-071-4/+4
* net: rds: Remove repeated function names from debug outputRasmus Villemoes2015-02-073-6/+6
* net: openvswitch: Support masked set actions.Jarno Rajahalme2015-02-072-172/+362
* Merge tag 'nfc-next-3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-02-079-42/+1146
|\
| * NFC: nci: Move NFCEE discovery logicChristophe Ricard2015-02-041-1/+7
| * NFC: nci: Move logical connection structure allocationChristophe Ricard2015-02-043-26/+34
| * 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-041-15/+33
| * NFC: nci: Add reference to the RF logical connectionChristophe Ricard2015-02-043-7/+5
| * NFC: nci: Change NCI state machine to LISTEN_ACTIVEChristophe Ricard2015-02-021-0/+8
| * NFC: nci: Add RF NFCEE action notification supportChristophe Ricard2015-02-021-0/+11
| * NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard2015-02-023-0/+70
| * NFC: nci: Add HCI over NCI protocol supportChristophe Ricard2015-02-024-18/+722
| * NFC: nci: Support logical connections managementChristophe Ricard2015-02-022-0/+85
| * NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard2015-02-022-0/+34
| * NFC: nci: Add NFCEE discover supportChristophe Ricard2015-02-023-0/+68
| * NFC: nci: Add dynamic logical connections supportChristophe Ricard2015-02-024-33/+127
* | tipc: eliminate race condition at multicast receptionJon Paul Maloy2015-02-058-59/+114
* | tipc: simplify socket multicast receptionJon Paul Maloy2015-02-056-101/+84
* | tipc: simplify connection abort notifications when links breakJon Paul Maloy2015-02-051-40/+29
* | tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-0511-241/+372
* | tipc: use existing sk_write_queue for outgoing packet chainJon Paul Maloy2015-02-051-18/+13
* | tipc: split up function tipc_msg_eval()Jon Paul Maloy2015-02-053-43/+48
* | tipc: enqueue arrived buffers in socket in separate functionJon Paul Maloy2015-02-051-15/+31
* | tipc: simplify message forwarding and rejection in socket layerJon Paul Maloy2015-02-051-62/+58
* | tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-0510-91/+98
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-0528-204/+274
|\ \
| * | sit: fix some __be16/u16 mismatchesEric Dumazet2015-02-051-4/+4
| * | net: remove some sparse warningsEric Dumazet2015-02-051-3/+3