summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* irda: Fix typo in irdaMasanari Iida2012-07-172-2/+2
* sctp: fix sparse warning for sctp_init_cause_fixedIoan Orghici2012-07-171-1/+1
* netem: refine early skb orphaningEric Dumazet2012-07-171-1/+8
* bridge: Fix enforcement of multicast hash_max limitThomas Graf2012-07-171-4/+5
* ipv6: fix RTPROT_RA markup of RA routes w/nexthopsDenis Ovsienko2012-07-171-4/+6
* 6lowpan: Change byte order when storing/accessing to len fieldTony Cheneau2012-07-171-8/+12
* 6lowpan: Change byte order when storing/accessing u16 tagTony Cheneau2012-07-171-3/+3
* 6lowpan: Fix null pointer dereference in UDP uncompression functionTony Cheneau2012-07-171-0/+3
* Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2012-07-1724-1124/+437Star
|\
| * tipc: remove print_buf and deprecated log buffer codeErik Hugne2012-07-147-333/+2Star
| * tipc: phase out most of the struct print_buf usageErik Hugne2012-07-1410-222/+213Star
| * tipc: simplify print buffer handling in tipc_printfErik Hugne2012-07-141-42/+10Star
| * tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker2012-07-141-17/+7Star
| * tipc: remove TIPC packet debugging functions and macrosErik Hugne2012-07-144-312/+0Star
| * tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-1418-174/+177
| * tipc: limit error messages relating to memory leak to one linePaul Gortmaker2012-07-121-2/+4
| * tipc: factor stats struct out of the larger link structPaul Gortmaker2012-07-121-30/+32
* | net: make sock diag per-namespaceAndrey Vagin2012-07-174-17/+50
* | tcp: add OFO snmp countersEric Dumazet2012-07-172-2/+8
* | xfrm: Initialize the struct xfrm_dst behind the dst_enty fieldSteffen Klassert2012-07-141-2/+3
* | ipv6: Initialize the struct rt6_info behind the dst_enty fieldSteffen Klassert2012-07-141-5/+6
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-07-1434-480/+1138
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-1234-480/+1138
| |\ \
| | * | NFC: Check for llcp_sock and its device from llcp_sock_getnameSamuel Ortiz2012-07-091-0/+3
| | * | NFC: Add ISO 14443 type B protocolSamuel Ortiz2012-07-093-4/+8
| | * | NFC: Dereference LLCP bind socket address after checking for it to be NULLSamuel Ortiz2012-07-091-2/+2
| | * | NFC: Do not return EBUSY when stopping a poll that's already stoppedSamuel Ortiz2012-07-091-0/+9
| | * | NFC: Remove warning from nfc_llcp_local_putSamuel Ortiz2012-07-091-2/+0Star
| | * | NFC: Handle LLCP Disconnected Mode framesSamuel Ortiz2012-07-091-0/+44
| | * | NFC: LLCP late bindingSamuel Ortiz2012-07-092-77/+166
| | * | NFC: Forbid SSAP binding to a not well known LLCP serviceSamuel Ortiz2012-07-091-17/+5Star
| | * | NFC: Forbid LLCP service name reusingSamuel Ortiz2012-07-091-1/+3
| | * | NFC: Release LLCP SAP when the owner is releasedSamuel Ortiz2012-07-093-14/+11Star
| | * | NFC: Close listening LLCP sockets when the device is goneSamuel Ortiz2012-07-091-3/+8
| | * | NFC: Build LLCP general bytes upon requestSamuel Ortiz2012-07-091-15/+17
| | * | NFC: Fix LLCP getname socket opSamuel Ortiz2012-07-091-4/+7
| | * | NFC: Update LLCP socket target index when getting a connectionSamuel Ortiz2012-07-091-0/+1
| | * | NFC: Add netlink module alias for NFCSamuel Ortiz2012-07-091-0/+3
| | * | NFC: Add modules alias for NFC socketsSamuel Ortiz2012-07-091-0/+1
| | * | NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade2012-07-093-21/+15Star
| | * | NFC: nfc_driver_failure() implementationEric Lapuyade2012-07-091-6/+2Star
| | * | NFC: nfc_targets_found() should accept zero target foundEric Lapuyade2012-07-091-6/+13
| | * | NFC: Core must test the device polling state inside the device lockEric Lapuyade2012-07-091-2/+7
| | * | NFC: Implement HCI driver or internal error managementEric Lapuyade2012-07-091-4/+11
| | * | NFC: Factorize HCI cmd completionEric Lapuyade2012-07-091-11/+16
| | * | NFC: Driver failure APIEric Lapuyade2012-07-091-0/+10
| | * | NFC: Changed HCI cmd execution completion result to std linux errnoEric Lapuyade2012-07-093-22/+23
| | * | NFC: Implement HCP reaggregation allocation error caseEric Lapuyade2012-07-091-5/+10
| | * | NFC: Remove an impossible HCI error caseEric Lapuyade2012-07-091-10/+0Star
| | * | NFC: Handle SHDLC RSET frames from an SHDLC connected chipEric Lapuyade2012-07-091-4/+4